+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.
DVIPS = dvips -D600
MAKEINFO = LANGUAGE= makeinfo
TEXI2HTML = texi2html
-EMACS = emacs
# Programs used by "make install":
INSTALL = @INSTALL@
${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
maintainer-clean : distclean
${RM} *.info *.dvi *.ps *.html
${RM_R} cln/
- if [ -f ${PACKAGE}.tex ] ; then ${RM} ${PACKAGE}.texi ; fi
force :