* etc/refcards/Makefile (dist): New rule.

This commit is contained in:
Glenn Morris 2013-08-11 18:14:23 -07:00
parent 45c33aa6a5
commit 72baeef2d9
2 changed files with 10 additions and 1 deletions

View file

@ -1,6 +1,7 @@
2013-08-12 Glenn Morris <rgm@gnu.org>
* refcards/Makefile (all_pdf, all_ps, fr-survival.ps): New targets.
* refcards/Makefile (all_pdf, all_ps, fr-survival.ps, dist):
New rules.
(SURVIVAL_CARDS_PDF): Add fr_survival.pdf.
2013-03-11 Glenn Morris <rgm@gnu.org>

View file

@ -146,4 +146,12 @@ viperCard.ps: %.ps: %.dvi
clean:
-rm -f *.dvi *.log *.aux
## For the Emacs website.
dist:
rm -rf emacs-refcards
mkdir emacs-refcards
cp Makefile README *.tex gnus-logo.* pdflayout.sty emacs-refcards/
tar -cf emacs-refcards.tar emacs-refcards
rm -rf emacs-refcards
### Makefile ends here