emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114183: * etc/refcards/Makefile (PS_ENGLISH, PS_CZE


From: Glenn Morris
Subject: [Emacs-diffs] trunk r114183: * etc/refcards/Makefile (PS_ENGLISH, PS_CZECH, PS_FRENCH, PS_GERMAN)
Date: Mon, 09 Sep 2013 16:59:10 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114183
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2013-09-09 12:59:07 -0400
message:
  * etc/refcards/Makefile (PS_ENGLISH, PS_CZECH, PS_FRENCH, PS_GERMAN)
  (PS_POLISH, PS_PORTUGUESE, PS_RUSSIAN, PS_SLOVAKIAN, PS_TARGETS):
  Use substitution refs.
modified:
  etc/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1485
  etc/refcards/Makefile          makefile-20091113204419-o5vbwnq5f7feedwu-5192
=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2013-08-15 06:38:44 +0000
+++ b/etc/ChangeLog     2013-09-09 16:59:07 +0000
@@ -1,3 +1,9 @@
+2013-09-09  Glenn Morris  <address@hidden>
+
+       * refcards/Makefile (PS_ENGLISH, PS_CZECH, PS_FRENCH, PS_GERMAN)
+       (PS_POLISH, PS_PORTUGUESE, PS_RUSSIAN, PS_SLOVAKIAN, PS_TARGETS):
+       Use substitution refs.
+
 2013-08-15  Glenn Morris  <address@hidden>
 
        * refcards/calccard.pdf, refcards/cs-dired-ref.pdf:

=== modified file 'etc/refcards/Makefile'
--- a/etc/refcards/Makefile     2013-08-16 05:15:51 +0000
+++ b/etc/refcards/Makefile     2013-09-09 16:59:07 +0000
@@ -58,42 +58,16 @@
 PDF_TARGETS = $(PDF_ENGLISH) $(PDF_CZECH) $(PDF_FRENCH) $(PDF_GERMAN) \
        $(PDF_POLISH) $(PDF_PORTUGUESE) $(PDF_RUSSIAN) $(PDF_SLOVAKIAN)
 
-PS_ENGLISH = \
-       calccard.ps \
-       dired-ref.ps \
-       gnus-booklet.ps \
-       gnus-refcard.ps \
-       orgcard.ps \
-       refcard.ps \
-       survival.ps \
-       vipcard.ps \
-       viperCard.ps
-
-PS_CZECH = \
-       cs-dired-ref.ps \
-       cs-refcard.ps \
-       cs-survival.ps
-
-PS_FRENCH = \
-       fr-dired-ref.ps \
-       fr-refcard.ps \
-       fr-survival.ps \
-
-PS_GERMAN = de-refcard.ps
-
-PS_POLISH = pl-refcard.ps
-
-PS_PORTUGUESE = pt-br-refcard.ps
-
-PS_RUSSIAN = ru-refcard.ps
-
-PS_SLOVAKIAN = \
-       sk-dired-ref.ps \
-       sk-refcard.ps \
-       sk-survival.ps
-
-PS_TARGETS = $(PS_ENGLISH) $(PS_CZECH) $(PS_FRENCH) $(PS_GERMAN) \
-       $(PS_POLISH) $(PS_PORTUGUESE) $(PS_RUSSIAN) $(PS_SLOVAKIAN)
+PS_ENGLISH = $(PDF_ENGLISH:.pdf=.ps)
+PS_CZECH = $(PDF_CZECH:.pdf=.ps)
+PS_FRENCH = $(PDF_FRENCH:.pdf=.ps)
+PS_GERMAN = $(PDF_GERMAN:.pdf=.ps)
+PS_POLISH = $(PDF_POLISH:.pdf=.ps)
+PS_PORTUGUESE = $(PDF_PORTUGUESE:.pdf=.ps)
+PS_RUSSIAN = $(PDF_RUSSIAN:.pdf=.ps)
+PS_SLOVAKIAN = $(PDF_SLOVAKIAN:.pdf=.ps)
+
+PS_TARGETS = $(PDF_TARGETS:.pdf=.ps)
 
 
 ## For emacsver.tex.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]