X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/c12ecb0af9679cc0e2fa0409931c34c035763469..568beaa25328d4045fa4aaef5c773f2f741d1f59:/doc/misc/Makefile.in diff --git a/doc/misc/Makefile.in b/doc/misc/Makefile.in index 93982f419d..ab357fc31d 100644 --- a/doc/misc/Makefile.in +++ b/doc/misc/Makefile.in @@ -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 . # Where to find the source code. $(srcdir) will be the man-aux @@ -44,10 +42,12 @@ INFO_TARGETS = \ $(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 \ @@ -60,12 +60,15 @@ INFO_TARGETS = \ $(infodir)/message \ $(infodir)/mh-e \ $(infodir)/newsticker \ + $(infodir)/ns-emacs \ + $(infodir)/nxml-mode \ $(infodir)/org \ $(infodir)/pcl-cvs \ $(infodir)/pgg \ $(infodir)/rcirc \ $(infodir)/remember \ $(infodir)/reftex \ + $(infodir)/sasl \ $(infodir)/sc \ $(infodir)/ses \ $(infodir)/sieve \ @@ -84,10 +87,12 @@ DVI_TARGETS = \ 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 \ @@ -100,12 +105,15 @@ DVI_TARGETS = \ message.dvi \ mh-e.dvi \ newsticker.dvi \ + ns-emacs.dvi \ + nxml-mode.dvi \ org.dvi \ pcl-cvs.dvi \ pgg.dvi \ rcirc.dvi \ reftex.dvi \ remember.dvi \ + sasl.dvi \ sc.dvi \ ses.dvi \ sieve.dvi \ @@ -173,6 +181,12 @@ $(infodir)/cl: cl.texi cl.dvi: cl.texi $(ENVADD) $(TEXI2DVI) ${srcdir}/cl.texi +dbus : $(infodir)/dbus +$(infodir)/dbus: dbus.texi + cd $(srcdir); $(MAKEINFO) dbus.texi +dbus.dvi: dbus.texi + $(ENVADD) $(TEXI2DVI) ${srcdir}/dbus.texi + dired-x : $(infodir)/dired-x $(infodir)/dired-x: dired-x.texi cd $(srcdir); $(MAKEINFO) dired-x.texi @@ -197,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 @@ -278,6 +298,18 @@ $(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 +nxml-mode.dvi: nxml-mode.texi + $(ENVADD) $(TEXI2DVI) ${srcdir}/nxml-mode.texi + org : $(infodir)/org $(infodir)/org: org.texi cd $(srcdir); $(MAKEINFO) org.texi @@ -314,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