diff options
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 |