(send_process): Use encode_coding_object instead of
[bpt/emacs.git] / doc / misc / Makefile.in
index e8ab579..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,8 +36,10 @@ 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 \
@@ -49,6 +49,7 @@ INFO_TARGETS = \
        $(infodir)/ebrowse \
        $(infodir)/ediff \
        $(infodir)/emacs-mime \
+       $(infodir)/epa \
        $(infodir)/erc \
        $(infodir)/eshell \
        $(infodir)/eudc \
@@ -58,6 +59,7 @@ INFO_TARGETS = \
        $(infodir)/gnus \
        $(infodir)/idlwave \
        $(infodir)/info \
+       $(infodir)/mairix-el \
        $(infodir)/message \
        $(infodir)/mh-e \
        $(infodir)/newsticker \
@@ -68,6 +70,7 @@ INFO_TARGETS = \
        $(infodir)/rcirc \
        $(infodir)/remember \
        $(infodir)/reftex \
+       $(infodir)/sasl \
        $(infodir)/sc \
        $(infodir)/ses \
        $(infodir)/sieve \
@@ -82,6 +85,7 @@ INFO_TARGETS = \
 
 DVI_TARGETS = \
        ada-mode.dvi \
+       auth.dvi \
        autotype.dvi \
        calc.dvi \
        cc-mode.dvi \
@@ -91,6 +95,7 @@ DVI_TARGETS = \
        ebrowse.dvi \
        ediff.dvi \
        emacs-mime.dvi \
+       epa.dvi \
        erc.dvi \
        eshell.dvi \
        eudc.dvi \
@@ -100,6 +105,7 @@ DVI_TARGETS = \
        gnus.dvi \
        idlwave.dvi \
        info.dvi \
+       mairix-el.dvi \
        message.dvi \
        mh-e.dvi \
        newsticker.dvi \
@@ -110,6 +116,7 @@ DVI_TARGETS = \
        rcirc.dvi \
        reftex.dvi \
        remember.dvi \
+       sasl.dvi \
        sc.dvi \
        ses.dvi \
        sieve.dvi \
@@ -153,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
@@ -207,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
@@ -270,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
@@ -330,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