]> www.ginac.de Git - cln.git/commitdiff
Don't generate cln.texi from cln.tex any more.
authorBruno Haible <bruno@clisp.org>
Tue, 15 Jan 2008 11:16:10 +0000 (11:16 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 15 Jan 2008 11:16:10 +0000 (11:16 +0000)
ChangeLog
doc/Makefile.in

index 6d40705c08a48c02d935dbc84c4cb4cc98985a23..a2cf3065a495d3e7e528ba3d7a7f73d128a2eaf0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-01-15  Bruno Haible  <bruno@clisp.org>
+
+       * doc/cln.texi: Renamed from doc/cln.tex. Add @node lines and @menu
+       lists.
+       * doc/addnodes.el: Remove file.
+       * doc/Makefile.in (${PACKAGE}.texi): Remove rule.
+       (EMACS): Remove variable.
+       (maintainer-clean): Don't remove ${PACKAGE}.texi.
+       Reported by Alexei Sheplyakov <varg@theor.jinr.ru>.
+
 2008-01-11  Richard B. Kreckel  <kreckel@ginac.de>
 
        * include/cln/float.h (cos_sin_t, cosh_sinh_t): Add default ctor.
index 06f44d8dd03bfa3d6e23108b6e902e115eb62d49..f1c966debf2c73a57da8babb43017ab207176d2c 100644 (file)
@@ -29,7 +29,6 @@ TEXI2DVI = texi2dvi
 DVIPS = dvips -D600
 MAKEINFO = LANGUAGE= makeinfo
 TEXI2HTML = texi2html
-EMACS = emacs
 
 # Programs used by "make install":
 INSTALL = @INSTALL@
@@ -52,13 +51,6 @@ info : ${srcdir}/${PACKAGE}.info
 ${srcdir}/${PACKAGE}.info : ${srcdir}/${PACKAGE}.texi
        cd ${srcdir} && ${MAKEINFO} --no-split ${PACKAGE}.texi
 
-${srcdir}/${PACKAGE}.texi : ${srcdir}/${PACKAGE}.tex
-       cp $< $@
-       ${EMACS} -batch $@ -load addnodes.el -f save-buffer
-       mv $@ $@~
-       sed -e 's,@detailmenu,,g' -e 's,@end detailmenu,,g' < $@~ > $@
-       ${RM} $@~
-
 
 dvi : ${srcdir}/${PACKAGE}.dvi
 
@@ -120,7 +112,6 @@ distclean : clean
 maintainer-clean : distclean
        ${RM} *.info *.dvi *.ps *.html
        ${RM_R} cln/
-       if [ -f ${PACKAGE}.tex ] ; then ${RM} ${PACKAGE}.texi ; fi
 
 force :