[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: CVS update: ChangeLog



  User: ahvezda 
  Date: 06/08/24 20:57:36

  Modified:    .        ChangeLog configure.ac
  Log:
  Added a bunch of Makefiles to make distcheck happy and other improvements so
  
  that make distcheck works! (also update version to final release number)
  
  
  
  
  Revision  Changes    Path
  1.78      +14 -0     eda/geda/gaf/docs/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/docs/ChangeLog,v
  retrieving revision 1.77
  retrieving revision 1.78
  diff -u -b -r1.77 -r1.78
  --- ChangeLog	22 Aug 2006 02:56:11 -0000	1.77
  +++ ChangeLog	25 Aug 2006 00:57:36 -0000	1.78
  @@ -1,3 +1,17 @@
  +2006-08-24 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
  +
  +	* scripts/populatemkfiles.sh: Added script to automatically go through
  +	a directory tree and create Makefile.am files.
  +
  +	* wiki/*/Makefile.am: Added Makefile.am's to all wiki subdirs in
  +	order to make distcheck work correctly.
  +
  +2006-08-22 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
  +
  +	* configure.ac: Removed the various doc program checks, since we are
  +	no longer building the latex docs (the wiki snapshot is the official
  +	documentation now).
  +
   2006-08-21 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
   
   	* README: Updated the README a little to be ready for the next
  
  
  
  1.22      +23 -38    eda/geda/gaf/docs/configure.ac
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: configure.ac
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/gaf/docs/configure.ac,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -b -r1.21 -r1.22
  --- configure.ac	22 Aug 2006 02:56:11 -0000	1.21
  +++ configure.ac	25 Aug 2006 00:57:36 -0000	1.22
  @@ -1,48 +1,14 @@
   # Process this file with autoconf to produce a configure script.
   AC_INIT
   
  -VERSION=20060821
  +VERSION=20060824
   PACKAGE=geda-docs
   echo Configuring $PACKAGE version $VERSION
   
   # Init automake
   AM_INIT_AUTOMAKE($PACKAGE, $VERSION)
   
  -############################################################################
  -# Check for various doc processing programs start
  -# 
  -
  -# latex
  -AC_PATH_PROG(LATEX, latex, no, ${PATH})
  -if test $LATEX = "no"; then
  -   echo "Cannot find latex -- documentation cannot be created"
  -   echo "Install latex or install the prepared geda-docs package"
  -fi
  -
  -AC_PATH_PROG(DVIPS, dvips, no, ${PATH})
  -AC_PATH_PROG(DVI2PS, dvi2ps, no, ${PATH})
  -
  -if test $DVIPS = "no" -a $DVI2PS = "no"; then
  -   echo "Cannot find dvips or dvi2ps -- documentation cannot be created" 
  -   echo "Install dvips or dvi2ps or install the prepared geda-docs package"
  -fi
  -
  -AC_PATH_PROG(LATEX2HTML, latex2html, no, ${PATH})
  -if test $LATEX2HTML = "no"; then 
  -   echo "Cannot find latex2html -- documentation cannot be created" 
  -   echo "Install latex2html or install the prepared geda-docs package"
  -fi
  -
  -AC_PATH_PROG(PS2PDF, ps2pdf, no, ${PATH})
  -if test $PS2PDF = "no"; then 
  -   echo "Cannot find pdf2ps -- documentation cannot be created" 
  -   echo "Install pdf2ps or install the prepared geda-docs package"
  -fi
  -
  -# 
  -# Check for various doc processing programs end
  -############################################################################
  -
  +# Check for programs.
   
   # Checks for libraries.
   
  @@ -76,7 +42,10 @@
   
   AC_DEFUN([GEDA_DECLARE_DOCS],
    [
  -        data$1=`find $srcdir/$1 -name \* -print | sed "s%\./wiki/%%" \
  +        data$1=`find $srcdir/$1 -name \* -print \
  +				 | sed "s%\.\./wiki/%%" \
  +				 | sed "s%\.\./wiki%%" \
  +				 | sed "s%\./wiki/%%" \
   				 | sed "s%\./wiki%%" \
   				 | grep -v Makefile | grep -v ChangeLog \
                                    | grep -v CVS | grep -v "\\.cvsignore" \
  @@ -93,8 +62,24 @@
   		 toplevel/gedadocs.html 
                    gsch2pcb_tutorial/Makefile 
   		 gsch2pcb_tutorial/images/Makefile
  +                 scripts/Makefile 
                    wiki/Makefile 
  -                 scripts/Makefile ])
  +		 wiki/_detail/Makefile
  + 		 wiki/_media/Makefile
  +		 wiki/lib/exe/Makefile
  +		 wiki/lib/images/interwiki/Makefile
  +		 wiki/lib/images/fileicons/Makefile
  +		 wiki/lib/images/smileys/Makefile
  +		 wiki/lib/images/Makefile
  +		 wiki/lib/tpl/default/images/Makefile
  +		 wiki/lib/tpl/default/Makefile
  +		 wiki/lib/tpl/Makefile
  +		 wiki/lib/plugins/note/images/Makefile
  +		 wiki/lib/plugins/note/Makefile
  +		 wiki/lib/plugins/definitionlist/images/Makefile
  +		 wiki/lib/plugins/definitionlist/Makefile
  +	 	 wiki/lib/plugins/Makefile
  +		 wiki/lib/Makefile ])
   AC_OUTPUT
   
   expandedGEDADOCDIR=`eval "echo $GEDADOCDIR"`
  
  
  


_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs