(tramp-compat-process-running-p): Check that
[bpt/emacs.git] / doc / misc / Makefile.in
index 9ab3823..cea7852 100644 (file)
@@ -1,14 +1,14 @@
 #### Makefile for documentation other than the Emacs manual.
 
 # Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-#   2004, 2005, 2006, 2007 Free Software Foundation, Inc.
+#   2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
 
-# GNU Emacs is free software; you can redistribute it and/or modify
+# GNU Emacs is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 3, or (at your option)
-# any later version.
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
 
 # GNU Emacs is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -16,9 +16,7 @@
 # GNU General Public License for more details.
 
 # You should have received a copy of the GNU General Public License
-# along with GNU Emacs; see the file COPYING.  If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
-# Boston, MA 02110-1301, USA.
+# along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 
 # Where to find the source code.  $(srcdir) will be the man-aux
@@ -38,16 +36,20 @@ infodir=../../info
 # Use --force so that it generates output even if there are errors.
 MAKEINFO = makeinfo --force
 
+# Also add new entries to INFO_FILES in the top-level Makefile.in.
 INFO_TARGETS = \
        $(infodir)/ada-mode \
+       $(infodir)/auth \
        $(infodir)/autotype \
        $(infodir)/calc \
        $(infodir)/ccmode \
        $(infodir)/cl \
+       $(infodir)/dbus \
        $(infodir)/dired-x \
        $(infodir)/ebrowse \
        $(infodir)/ediff \
        $(infodir)/emacs-mime \
+       $(infodir)/epa \
        $(infodir)/erc \
        $(infodir)/eshell \
        $(infodir)/eudc \
@@ -57,6 +59,7 @@ INFO_TARGETS = \
        $(infodir)/gnus \
        $(infodir)/idlwave \
        $(infodir)/info \
+       $(infodir)/mairix-el \
        $(infodir)/message \
        $(infodir)/mh-e \
        $(infodir)/newsticker \
@@ -67,6 +70,7 @@ INFO_TARGETS = \
        $(infodir)/rcirc \
        $(infodir)/remember \
        $(infodir)/reftex \
+       $(infodir)/sasl \
        $(infodir)/sc \
        $(infodir)/ses \
        $(infodir)/sieve \
@@ -79,20 +83,19 @@ INFO_TARGETS = \
        $(infodir)/widget \
        $(infodir)/woman
 
-ifeq (@DBUS_INFO@, dbus)
-  INFO_TARGETS += $(infodir)/dbus
-endif
-
 DVI_TARGETS = \
        ada-mode.dvi \
+       auth.dvi \
        autotype.dvi \
        calc.dvi \
        cc-mode.dvi \
        cl.dvi \
+       dbus.dvi \
        dired-x.dvi \
        ebrowse.dvi \
        ediff.dvi \
        emacs-mime.dvi \
+       epa.dvi \
        erc.dvi \
        eshell.dvi \
        eudc.dvi \
@@ -102,6 +105,7 @@ DVI_TARGETS = \
        gnus.dvi \
        idlwave.dvi \
        info.dvi \
+       mairix-el.dvi \
        message.dvi \
        mh-e.dvi \
        newsticker.dvi \
@@ -112,6 +116,7 @@ DVI_TARGETS = \
        rcirc.dvi \
        reftex.dvi \
        remember.dvi \
+       sasl.dvi \
        sc.dvi \
        ses.dvi \
        sieve.dvi \
@@ -124,10 +129,6 @@ DVI_TARGETS = \
        widget.dvi \
        woman.dvi
 
-ifeq (@DBUS_INFO@, dbus)
-  DVI_TARGETS += dbus.dvi
-endif
-
 
 TEXI2DVI = texi2dvi
 
@@ -159,6 +160,12 @@ $(infodir)/ada-mode: ada-mode.texi
 ada-mode.dvi: ada-mode.texi
        $(ENVADD) $(TEXI2DVI) ${srcdir}/ada-mode.texi
 
+auth : $(infodir)/auth
+$(infodir)/auth: auth.texi
+       cd $(srcdir); $(MAKEINFO) auth.texi
+auth.dvi: auth.texi
+       $(ENVADD) $(TEXI2DVI) ${srcdir}/auth.texi
+
 autotype : $(infodir)/autotype
 $(infodir)/autotype: autotype.texi
        cd $(srcdir); $(MAKEINFO) autotype.texi
@@ -213,6 +220,12 @@ $(infodir)/emacs-mime: emacs-mime.texi
 emacs-mime.dvi: emacs-mime.texi
        $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs-mime.texi
 
+epa : $(infodir)/epa
+$(infodir)/epa: epa.texi
+       cd $(srcdir); $(MAKEINFO) epa.texi
+epa.dvi: epa.texi
+       $(ENVADD) $(TEXI2DVI) ${srcdir}/epa.texi
+
 erc : $(infodir)/erc
 $(infodir)/erc: erc.texi
        cd $(srcdir); $(MAKEINFO) erc.texi
@@ -276,6 +289,12 @@ $(infodir)/info: info.texi
 info.dvi: info.texi
        $(ENVADD) $(TEXI2DVI) ${srcdir}/info.texi
 
+mairix-el : $(infodir)/mairix-el
+$(infodir)/mairix-el: mairix-el.texi
+       cd $(srcdir); $(MAKEINFO) mairix-el.texi
+mairix-el.dvi: mairix-el.texi
+       $(ENVADD) $(TEXI2DVI) ${srcdir}/mairix-el.texi
+
 message : $(infodir)/message
 $(infodir)/message: message.texi
        cd $(srcdir); $(MAKEINFO) message.texi
@@ -336,6 +355,12 @@ $(infodir)/remember: remember.texi
 remember.dvi: remember.texi
        $(ENVADD) $(TEXI2DVI) ${srcdir}/remember.texi
 
+sasl : $(infodir)/sasl
+$(infodir)/sasl: sasl.texi
+       cd $(srcdir); $(MAKEINFO) sasl.texi
+sasl.dvi: sasl.texi
+       $(ENVADD) $(TEXI2DVI) ${srcdir}/sasl.texi
+
 sc : $(infodir)/sc
 $(infodir)/sc: sc.texi
        cd $(srcdir); $(MAKEINFO) sc.texi