(calc-get-operator): Remove extra format
[bpt/emacs.git] / man / Makefile.in
index c0db6ed..e1b9710 100644 (file)
@@ -1,6 +1,6 @@
 #### Makefile for the Emacs Manual and other documentation.
 
-# Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001
+# Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2003
 #  Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
@@ -25,6 +25,7 @@
 # utility programs is expected to be in ${srcdir}/lib-src.  This is
 # set by the configure script's `--srcdir' option.
 srcdir=@srcdir@
+top_srcdir=@top_srcdir@
 
 # Tell make where to find source files; this is needed for the makefiles.
 VPATH=@srcdir@
@@ -39,13 +40,13 @@ INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl \
                ../info/efaq ../info/ada-mode ../info/autotype ../info/calc \
                ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \
                ../info/woman ../info/emacs-mime ../info/eshell \
-               ../info/speedbar
-DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi dired-x.dvi \
+               ../info/speedbar ../info/tramp ../info/ses ../info/smtpmail
+DVI_TARGETS =  emacs.dvi calc.dvi cc-mode.dvi cl.dvi dired-x.dvi \
                 ediff.dvi forms.dvi gnus.dvi message.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 emacs-mime.dvi eshell.dvi \
-               speedbar.dvi
+                speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi
 INFOSOURCES = info.texi
 
 # The following rule does not work with all versions of `make'.
@@ -54,7 +55,7 @@ INFOSOURCES = info.texi
        texi2dvi $<
 
 TEXI2DVI = texi2dvi
-ENVADD = TEXINPUTS="$(srcdir):$(TEXINPUTS)" MAKEINFO="$(MAKEINFO) -I$(srcdir)" 
+ENVADD = TEXINPUTS="$(srcdir):$(TEXINPUTS)" MAKEINFO="$(MAKEINFO) -I$(srcdir)"
 
 EMACSSOURCES= \
        ${srcdir}/emacs.texi \
@@ -99,9 +100,13 @@ EMACSSOURCES= \
        ${srcdir}/msdog.texi \
        ${srcdir}/gnu.texi \
        ${srcdir}/glossary.texi \
-       ${srcdir}/ack.texi
+       ${srcdir}/ack.texi \
+       ${srcdir}/kmacro.texi
 
-info: $(INFO_TARGETS)
+info: $(top_srcdir)/info $(INFO_TARGETS)
+
+$(top_srcdir)/info:
+       mkdir $@
 
 dvi: $(DVI_TARGETS)
 
@@ -176,7 +181,7 @@ forms.dvi: forms.texi
 ../info/gnus: gnus.texi
        cd $(srcdir); $(MAKEINFO) gnus.texi
 gnus.dvi: gnus.texi
-       sed -e '/@iflatex/,/@end iflatex/d' ${srcdir}/gnus.texi > gnustmp.texi 
+       sed -e '/@iflatex/,/@end iflatex/d' ${srcdir}/gnus.texi > gnustmp.texi
        $(ENVADD) $(TEXI2DVI) gnustmp.texi
        cp gnustmp.dvi $*.dvi
        rm gnustmp.*
@@ -231,9 +236,9 @@ autotype.dvi: autotype.texi
 
 ../info/calc: calc.texi
        cd $(srcdir); $(MAKEINFO) calc.texi
-# This does not yet work.
-#calc.dvi: calc.texi
-#      $(ENVADD) $(TEXI2DVI) ${srcdir}/calc.texi
+
+calc.dvi: calc.texi
+       $(ENVADD) $(TEXI2DVI) ${srcdir}/calc.texi
 
 # This is produced with --no-split to avoid making files whose
 # names clash on DOS 8+3 filesystems
@@ -267,6 +272,21 @@ speedbar.dvi: speedbar.texi
 emacs-mime.dvi: emacs-mime.texi
        $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs-mime.texi
 
+../info/tramp: tramp.texi
+       cd $(srcdir); $(MAKEINFO) -D emacs tramp.texi
+tramp.dvi: tramp.texi
+       $(ENVADD) $(TEXI2DVI) ${srcdir}/tramp.texi
+
+../info/ses: ses.texi
+       cd $(srcdir); $(MAKEINFO) ses.texi
+ses.dvi: ses.texi
+       $(ENVADD) $(TEXI2DVI) ${srcdir}/ses.texi
+
+../info/smtpmail: smtpmail.texi
+       cd $(srcdir); $(MAKEINFO) smtpmail.texi
+smtpmail.dvi: smtpmail.texi
+       $(ENVADD) $(TEXI2DVI) ${srcdir}/smtpmail.texi
+
 mostlyclean:
        rm -f *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.*
 
@@ -286,3 +306,5 @@ maintainer-clean: distclean
 # That caused trouble because this is run entirely in the source directory.
 # Since we expect to get texi2dvi from elsewhere,
 # it is ok to expect texindex from elsewhere also.
+
+# arch-tag: 19cdb89e-4acb-448e-b0cc-2ddc05948ee2