]> code.delx.au - gnu-emacs/blobdiff - doc/misc/makefile.w32-in
Remove option of licensing under GPL.
[gnu-emacs] / doc / misc / makefile.w32-in
index da06d1af296c67f6ac23f3a5f6bba31ce73aeabc..668debc9f89ec1f82330fce8b6faabb8cdb3a8b3 100644 (file)
@@ -1,13 +1,14 @@
 #### -*- Makefile -*- for documentation other than the Emacs manual.
 
-# Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2003, 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
@@ -15,9 +16,8 @@
 # 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.  The source code for Emacs's C kernel is
 # expected to be in $(srcdir)/src, and the source code for Emacs's
@@ -43,7 +43,8 @@ INFO_TARGETS = $(infodir)/ccmode \
                $(infodir)/org $(infodir)/url $(infodir)/speedbar \
                $(infodir)/tramp $(infodir)/ses $(infodir)/smtpmail \
                $(infodir)/flymake $(infodir)/newsticker $(infodir)/rcirc \
-               $(infodir)/erc $(infodir)/remember $(infodir)/nxml-mode
+               $(infodir)/erc $(infodir)/remember $(infodir)/nxml-mode \
+               $(infodir)/epa
 DVI_TARGETS = calc.dvi cc-mode.dvi cl.dvi dbus.dvi dired-x.dvi \
                ediff.dvi forms.dvi gnus.dvi message.dvi emacs-mime.dvi \
                gnus.dvi message.dvi sieve.dvi pgg.dvi mh-e.dvi \
@@ -51,7 +52,8 @@ DVI_TARGETS = calc.dvi cc-mode.dvi cl.dvi dbus.dvi dired-x.dvi \
                ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \
                pcl-cvs.dvi woman.dvi eshell.dvi org.dvi url.dvi \
                speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi flymake.dvi \
-               newsticker.dvi rcirc.dvi erc.dvi remember.dvi nxml-mode.dvi
+               newsticker.dvi rcirc.dvi erc.dvi remember.dvi nxml-mode.dvi \
+               epa.dvi
 INFOSOURCES = info.texi
 
 # The following rule does not work with all versions of `make'.
@@ -73,15 +75,15 @@ dvi: $(DVI_TARGETS)
 # to exist in the build directory.
 # In a distribution of Emacs, the Info files should be up to date.
 
+$(infodir)/dir:
+       $(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS)
+
 # The following target uses an explicit -o switch to work around
 # the @setfilename directive in info.texi, which is required for
 # the Texinfo distribution.
 # Some Windows ports of makeinfo seem to require -o to come before the
 # texi filename, contrary to GNU standards.
 
-$(infodir)/dir:
-       $(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS)
-
 $(infodir)/info: $(INFOSOURCES)
        $(MAKEINFO) --no-split -o $@ info.texi
 
@@ -291,6 +293,11 @@ $(infodir)/erc: erc.texi
 erc.dvi: erc.texi
        $(ENVADD) $(TEXI2DVI) $(srcdir)/erc.texi
 
+$(infodir)/epa: epa.texi
+       $(MAKEINFO) epa.texi
+epa.dvi: epa.texi
+       $(ENVADD) $(TEXI2DVI) $(srcdir)/epa.texi
+
 mostlyclean:
        - $(DEL) *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.*
 
@@ -314,7 +321,8 @@ clean: mostlyclean
                 $(infodir)/flymake* $(infodir)/newsticker* \
                 $(infodir)/sieve* $(infodir)/pgg* \
                 $(infodir)/erc* $(infodir)/rcirc* \
-                $(infodir)/remember* $(infodir)/nxml-mode*
+                $(infodir)/remember* $(infodir)/nxml-mode* \
+                $(infodir)/epa*
 
 distclean: clean