From d703bc2777b69363e791c0ec50045947b1a399da Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 5 Jan 2020 03:00:30 +0000 Subject: CTAN sync 202001050300 --- info/impatient/Makefile | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'info/impatient/Makefile') 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 -- cgit v1.2.3