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

gEDA-cvs: CVS update: ChangeLog



  User: ahvezda 
  Date: 05/03/18 22:08:13

  Modified:    .        ChangeLog configure.ac
  Log:
  Oops forgot to checkin the changes to configure.ac for the respin of 
  
  geda-docs-20050313
  
  
  
  
  Revision  Changes    Path
  1.64      +6 -0      eda/geda/devel/docs/ChangeLog
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: ChangeLog
  ===================================================================
  RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/docs/ChangeLog,v
  retrieving revision 1.63
  retrieving revision 1.64
  diff -u -b -r1.63 -r1.64
  --- ChangeLog	15 Mar 2005 03:54:25 -0000	1.63
  +++ ChangeLog	19 Mar 2005 03:08:13 -0000	1.64
  @@ -1,3 +1,9 @@
  +2005-03-15 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
  +
  +	* configure.ac: The changes to configure.ac added on 3/12/05 have
  +	been removed.  In the distributed tarballs, it is okay to not have
  +	latex installed since the docs are pre-generated.
  +
   2005-03-14 Ales Hvezda   <ahvezda@xxxxxxxxxxxxx>
   
   	* gschem/gschem.tex: Removed obsolete install tests
  
  
  
  1.16      +4 -4      eda/geda/devel/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/devel/docs/configure.ac,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -b -r1.15 -r1.16
  --- configure.ac	12 Mar 2005 21:58:31 -0000	1.15
  +++ configure.ac	19 Mar 2005 03:08:13 -0000	1.16
  @@ -16,7 +16,7 @@
   AC_PATH_PROG(LATEX, latex, no, ${PATH})
   if test $LATEX = "no"; then
      echo "Cannot find latex -- documentation cannot be created"
  -   AC_MSG_ERROR([Install latex or install the prepared geda-docs package])
  +   echo "Install latex or install the prepared geda-docs package"
   fi
   
   AC_PATH_PROG(DVIPS, dvips, no, ${PATH})
  @@ -24,19 +24,19 @@
   
   if test $DVIPS = "no" -a $DVI2PS = "no"; then
      echo "Cannot find dvips or dvi2ps -- documentation cannot be created" 
  -   AC_MSG_ERROR([Install dvips or dvi2ps or install the prepared geda-docs package])
  +   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" 
  -   AC_MSG_ERROR([Install latex2html or install the prepared geda-docs package])
  +   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" 
  -   AC_MSG_ERROR([Install pdf2ps or install the prepared geda-docs package])
  +   echo "Install pdf2ps or install the prepared geda-docs package"
   fi
   
   #