]> code.delx.au - gnu-emacs/blobdiff - etc/Makefile
* symbols.texi (Other Plists): Fix incorrect example.
[gnu-emacs] / etc / Makefile
index 0226c2838d9e4f16fec3c83cc549809d3af63a25..1362fd47f5f96312dbb15ede79a44dee2df3d2f2 100644 (file)
@@ -1,13 +1,13 @@
 ### Makefile for Emacs etc/ directory
 
 ## Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006,
-##   2007 Free Software Foundation, Inc.
+##   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
 ## it under the terms of the GNU General Public License as published by
-## the Free Software Foundation; either version 2, or (at your option)
+## the Free Software Foundation; either version 3, or (at your option)
 ## any later version.
 
 ## GNU Emacs is distributed in the hope that it will be useful,
@@ -75,22 +75,22 @@ gnus-booklet.dvi: gnus-refcard.tex
 
 ## A4, landscape.
 de-refcard.ps fr-refcard.ps pt-br-refcard.ps orgcard.ps: %.ps: %.dvi
-       dvips -t a4 -t landscape $<
+       dvips -t a4 -t landscape $< -o $@
 
 ## A4, portrait.
 cs-dired-ref.ps cs-refcard.ps cs-survival.ps fr-drdref.ps \
 pl-refcard.ps ru-refcard.ps \
 sk-dired-ref.ps sk-refcard.ps sk-survival.ps: %.ps: %.dvi
-       dvips -t a4 $<
+       dvips -t a4 $< -o $@
 
 ## letter, landscape.
 calccard.ps refcard.ps: %.ps: %.dvi
-       dvips -t letter -t landscape $<
+       dvips -t letter -t landscape $< -o $@
 
 ## letter, portrait.
 dired-ref.ps gnus-booklet.ps gnus-refcard.ps survival.ps vipcard.ps \
 viperCard.ps: %.ps: %.dvi
-       dvips -t letter $<
+       dvips -t letter $< -o $@
 
 
 .PHONY: mostlyclean clean distclean maintainer-clean unlock relock