From e4c3d9af333e856471e26c80bca1f1bcd8ec172b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 11 Jan 2006 23:53:43 +0000 Subject: trunk/Master/texmf-dist/source/latex/geometry git-svn-id: svn://tug.org/texlive/trunk@307 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/geometry/Makefile | 47 ++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 Master/texmf-dist/source/latex/geometry/Makefile (limited to 'Master/texmf-dist/source/latex/geometry/Makefile') diff --git a/Master/texmf-dist/source/latex/geometry/Makefile b/Master/texmf-dist/source/latex/geometry/Makefile new file mode 100644 index 00000000000..1bfb24849c1 --- /dev/null +++ b/Master/texmf-dist/source/latex/geometry/Makefile @@ -0,0 +1,47 @@ +RM=rm -f +SHELL=sh +VERSION=3.2 +FILES=README ChangeLog Makefile geometry.dtx geometry.ins manual.pdf gtest.tex +JUNKS=*.aux *.toc *.idx *.drv *.dvi *.log *.lof *.ist *.ilg *.ind *.out + +unpack: + latex geometry.ins + @echo '**************************************' + @echo ' To make geomtery documentation, ' + @echo ' % make manual ' + @echo ' or ' + @echo ' % make doc (for full documentation)' + @echo '**************************************' + +all: unpack doc manual + +geometry.drv: unpack +manual.drv: unpack + +doc: geometry.drv + latex geometry.drv + latex geometry.drv + latex geometry.drv + +manual: manual.drv + -$(RM) manual.aux + pdflatex manual.drv + pdflatex manual.drv + pdflatex manual.drv + +test: unpack + -cp geometry.sty geometry.cfg test + @echo + @(cd test; for f in gtest*tex; do latex $$f; done) + @echo + @echo "--- Summary of Tests ---" + @(cd test; grep -h Test gtest*.log) + @echo "-------------------------" + +pack: clean + -(cd ..; tar cvfz geometry-$(VERSION).tgz geometry-$(VERSION)) + +clean: + @$(RM) $(JUNKS) geometry.sty geometry.cfg *~ \#* + @(cd test; $(RM) $(JUNKS) geometry.sty geometry.cfg *~ \#*) + @echo The current and test directories have been cleaned up. -- cgit v1.2.3