diff options
author | Karl Berry <karl@freefriends.org> | 2012-07-27 18:22:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-07-27 18:22:41 +0000 |
commit | a2397d8719898ee84e458ea2714716d345c64663 (patch) | |
tree | bcc402281375d5cad5e3374fd5a4b3aab7b3cb26 /Master/texmf-dist/doc/latex/combinedgraphics/Makefile | |
parent | e94d37fd823706fac21cd19dda03792c1145856e (diff) |
combinedgraphics (16jul12)
git-svn-id: svn://tug.org/texlive/trunk@27198 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/combinedgraphics/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/combinedgraphics/Makefile | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/combinedgraphics/Makefile b/Master/texmf-dist/doc/latex/combinedgraphics/Makefile index 4c2c3299887..29763aaedb6 100644 --- a/Master/texmf-dist/doc/latex/combinedgraphics/Makefile +++ b/Master/texmf-dist/doc/latex/combinedgraphics/Makefile @@ -1,7 +1,7 @@ # # Makefile for combinedgraphics package # -# Copyright 2009,2011 Christian Schneider <software(at)chschneider(dot)eu> +# Copyright 2009,2011,2012 Christian Schneider <software(at)chschneider(dot)eu> # # This file is part of combinedgraphics. # @@ -57,10 +57,10 @@ pkg: $(PACKAGE).sty doc: $(PACKAGE).pdf -test: $(PACKAGE).sty force +test: $(PACKAGE).sty $(MAKE) -C test -install: force +install: mkdir -p $(DOCDIR) $(SRCDIR) $(TEXDIR) install -m 644 README COPYING $(PACKAGE).pdf $(DOCDIR) install -m 644 $(PACKAGE).ins $(PACKAGE).dtx Makefile $(SRCDIR) @@ -68,12 +68,14 @@ install: force $(MAKE) -C test install mktexlsr $(DESTDIR) -clean: force +clean: $(RM) *.aux *.glo *.gls *.idx *.ilg *.ind *.log *.toc *~ $(MAKE) -C test clean -distclean: clean force - $(RM) $(PACKAGE).sty $(PACKAGE).pdf $(TESTFILE).pdf +distclean: clean + $(RM) $(PACKAGE).sty $(MAKE) -C test distclean -force: ; +mrproper: distclean + $(RM) $(PACKAGE).pdf + $(MAKE) -C test mrproper |