(send_process): Use encode_coding_object instead of
[bpt/emacs.git] / doc / misc / Makefile.in
index b10495a..cea7852 100644 (file)
@@ -1,7 +1,7 @@
 #### Makefile for documentation other than the Emacs manual.
 
 # Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-#   2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+#   2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
 # This file is part of GNU Emacs.
 
@@ -36,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 \
@@ -61,7 +63,6 @@ INFO_TARGETS = \
        $(infodir)/message \
        $(infodir)/mh-e \
        $(infodir)/newsticker \
-       $(infodir)/ns-emacs \
        $(infodir)/nxml-mode \
        $(infodir)/org \
        $(infodir)/pcl-cvs \
@@ -84,6 +85,7 @@ INFO_TARGETS = \
 
 DVI_TARGETS = \
        ada-mode.dvi \
+       auth.dvi \
        autotype.dvi \
        calc.dvi \
        cc-mode.dvi \
@@ -107,7 +109,6 @@ DVI_TARGETS = \
        message.dvi \
        mh-e.dvi \
        newsticker.dvi \
-       ns-emacs.dvi \
        nxml-mode.dvi \
        org.dvi \
        pcl-cvs.dvi \
@@ -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
@@ -306,12 +313,6 @@ $(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