* ns-emacs.texi: Moved from ../emacs. Add @direntry.
[bpt/emacs.git] / doc / misc / Makefile.in
index e8ab579..ab357fc 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 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
@@ -49,6 +47,7 @@ INFO_TARGETS = \
        $(infodir)/ebrowse \
        $(infodir)/ediff \
        $(infodir)/emacs-mime \
+       $(infodir)/epa \
        $(infodir)/erc \
        $(infodir)/eshell \
        $(infodir)/eudc \
@@ -61,6 +60,7 @@ INFO_TARGETS = \
        $(infodir)/message \
        $(infodir)/mh-e \
        $(infodir)/newsticker \
+       $(infodir)/ns-emacs \
        $(infodir)/nxml-mode \
        $(infodir)/org \
        $(infodir)/pcl-cvs \
@@ -68,6 +68,7 @@ INFO_TARGETS = \
        $(infodir)/rcirc \
        $(infodir)/remember \
        $(infodir)/reftex \
+       $(infodir)/sasl \
        $(infodir)/sc \
        $(infodir)/ses \
        $(infodir)/sieve \
@@ -91,6 +92,7 @@ DVI_TARGETS = \
        ebrowse.dvi \
        ediff.dvi \
        emacs-mime.dvi \
+       epa.dvi \
        erc.dvi \
        eshell.dvi \
        eudc.dvi \
@@ -103,6 +105,7 @@ DVI_TARGETS = \
        message.dvi \
        mh-e.dvi \
        newsticker.dvi \
+       ns-emacs.dvi \
        nxml-mode.dvi \
        org.dvi \
        pcl-cvs.dvi \
@@ -110,6 +113,7 @@ DVI_TARGETS = \
        rcirc.dvi \
        reftex.dvi \
        remember.dvi \
+       sasl.dvi \
        sc.dvi \
        ses.dvi \
        sieve.dvi \
@@ -207,6 +211,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
@@ -288,6 +298,12 @@ $(infodir)/newsticker: newsticker.texi
 newsticker.dvi: newsticker.texi
        $(ENVADD) $(TEXI2DVI) ${srcdir}/newsticker.texi
 
+ns-emacs : $(infodir)/ns-emacs
+$(infodir)/ns-emacs: ns-emacs.texi
+       cd $(srcdir); $(MAKEINFO) ns-emacs.texi
+ns-emacs.dvi: ns-emacs.texi
+       $(ENVADD) $(TEXI2DVI) ${srcdir}/ns-emacs.texi
+
 nxml-mode : $(infodir)/nxml-mode
 $(infodir)/nxml-mode: nxml-mode.texi
        cd $(srcdir); $(MAKEINFO) nxml-mode.texi
@@ -330,6 +346,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