]> code.delx.au - gnu-emacs/blobdiff - man/Makefile.in
*** empty log message ***
[gnu-emacs] / man / Makefile.in
index 816309bc4e3678d2974b5df7266f2152901f4e43..03c664190f561b1ddbe5b32eff076592e89f0038 100644 (file)
@@ -31,7 +31,8 @@ VPATH=@srcdir@
 
 
 # The makeinfo program is part of the Texinfo distribution.
-MAKEINFO = makeinfo
+# Use --force so that it generates output even if there are errors.
+MAKEINFO = makeinfo --force
 INFO_TARGETS = ../info/emacs ../info/emacs-xtra ../info/ccmode ../info/cl \
                ../info/dired-x ../info/ediff ../info/forms ../info/gnus \
                ../info/message ../info/sieve ../info/pgg ../info/emacs-mime \
@@ -39,7 +40,7 @@ INFO_TARGETS = ../info/emacs ../info/emacs-xtra ../info/ccmode ../info/cl \
                ../info/sc ../info/vip ../info/viper ../info/widget \
                ../info/efaq ../info/ada-mode ../info/autotype ../info/calc \
                ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \
-               ../info/woman ../info/eshell \
+               ../info/woman ../info/eshell ../info/org ../info/url \
                ../info/speedbar ../info/tramp ../info/ses ../info/smtpmail \
                ../info/flymake
 DVI_TARGETS =  emacs.dvi calc.dvi cc-mode.dvi cl.dvi dired-x.dvi \
@@ -47,7 +48,7 @@ DVI_TARGETS =         emacs.dvi calc.dvi cc-mode.dvi cl.dvi dired-x.dvi \
                  gnus.dvi message.dvi sieve.dvi pgg.dvi mh-e.dvi \
                 reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \
                 ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \
-                pcl-cvs.dvi woman.dvi eshell.dvi \
+                pcl-cvs.dvi woman.dvi eshell.dvi org.dvi url.dvi \
                 speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi flymake.dvi \
                  emacs-xtra.dvi
 INFOSOURCES = info.texi
@@ -286,6 +287,16 @@ ebrowse.dvi: ebrowse.texi
 woman.dvi: woman.texi
        $(ENVADD) $(TEXI2DVI) ${srcdir}/woman.texi
 
+../info/org: org.texi
+       cd $(srcdir); $(MAKEINFO) org.texi
+org.dvi: org.texi
+       $(ENVADD) $(TEXI2DVI) ${srcdir}/org.texi
+
+../info/url: url.texi
+       cd $(srcdir); $(MAKEINFO) url.texi
+url.dvi: url.texi
+       $(ENVADD) $(TEXI2DVI) ${srcdir}/url.texi
+
 ../info/speedbar: speedbar.texi
        cd $(srcdir); $(MAKEINFO) speedbar.texi
 speedbar.dvi: speedbar.texi
@@ -321,8 +332,7 @@ distclean: clean
 
 maintainer-clean: distclean
        rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc
-# Don't delete these, because they are outside the current directory.
-#      for file in $(INFO_TARGETS); do rm -f $${file}*; done
+       for file in $(INFO_TARGETS); do rm -f $${file}*; done
 
 
 # Formerly this directory had texindex.c and getopt.c in it