summaryrefslogtreecommitdiff
path: root/info/impatient/Makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-01-05 03:00:30 +0000
committerNorbert Preining <norbert@preining.info>2020-01-05 03:00:30 +0000
commitd703bc2777b69363e791c0ec50045947b1a399da (patch)
tree518c616bdf53da2c5dccf1bbd0a17ba14d4b7c7a /info/impatient/Makefile
parent46d85b2b8e0282e241f8a41c6c0cd190c495eab0 (diff)
CTAN sync 202001050300
Diffstat (limited to 'info/impatient/Makefile')
-rw-r--r--info/impatient/Makefile19
1 files changed, 12 insertions, 7 deletions
diff --git a/info/impatient/Makefile b/info/impatient/Makefile
index 63c0d7841c..bb65ddd782 100644
--- a/info/impatient/Makefile
+++ b/info/impatient/Makefile
@@ -1,15 +1,20 @@
+# $Id: Makefile,v 1.2 2020/01/03 22:17:40 karl Exp $
# public domain
all: book.dvi book.pdf #book.html
-book.dvi: fdl.tex preface.tex
- tex '\nonstopmode\input book'
-book.pdf: fdl.tex preface.tex
- pdftex '\nonstopmode\input book'
+book.dvi: *.tex
+ texfot tex '\nonstopmode\input book'
+book.pdf: *.tex
+ texfot pdftex '\nonstopmode\input book'
book.html:
httex book.tex
+files = ChangeLog Makefile NEWS README *.icn \
+ *.tex book.aux book.idx book.toc book.ccs book.sdx book.pdf \
+ diffs cn fr artwork
+
+dist = impatient
dist: all
rm -f x.tex
- tar czf impatient.tgz Makefile README *.icn \
- *.tex book.aux book.idx book.toc book.ccs book.sdx \
- book.dvi book.pdf
+ tar -czf $(dist).tar.gz --transform='s,^,$(dist)/,' $(files)
+ tar tf $(dist).tar.gz | head -4