]> www.ginac.de Git - cln.git/blobdiff - doc/Makefile.in
tests: #include <iostream> and using namespace std; for std::cout and std::endl
[cln.git] / doc / Makefile.in
index 06f44d8dd03bfa3d6e23108b6e902e115eb62d49..cab75eb81ed466c1e1ac94546f0c91c93f346a0d 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
 
@@ -72,12 +64,12 @@ ${srcdir}/${PACKAGE}.ps : ${srcdir}/${PACKAGE}.dvi
        ${DVIPS} -o $@ $<
 
 
-html : ${PACKAGE}.html ${PACKAGE}/${PACKAGE}_toc.html
+html : ${PACKAGE}.html ${PACKAGE}/${PACKAGE}.html
 
 ${PACKAGE}.html : ${srcdir}/${PACKAGE}.texi
        cd ${srcdir} && ${TEXI2HTML} -expandinfo -number -monolithic ${PACKAGE}.texi
 
-${PACKAGE}/${PACKAGE}_toc.html : ${srcdir}/${PACKAGE}.texi
+${PACKAGE}/${PACKAGE}.html : ${srcdir}/${PACKAGE}.texi
        cd ${srcdir} && ${TEXI2HTML} -expandinfo -number -split_chapter ${PACKAGE}.texi
 
 
@@ -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 :