diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-23 22:47:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-23 22:47:09 +0000 |
commit | 3045d9add41e90eba12baa4f6449b6669a43d2b9 (patch) | |
tree | 8f0f603b7bd071d61ef9ee88b1153806dc6ec3ff /Master/texmf-dist/source/latex/poetrytex/Makefile | |
parent | e13d3a1a15e5a9c08be12384c74b2e60e3803f6f (diff) |
poetrytex (23aug14)
git-svn-id: svn://tug.org/texlive/trunk@35028 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/poetrytex/Makefile')
-rw-r--r-- | Master/texmf-dist/source/latex/poetrytex/Makefile | 28 |
1 files changed, 4 insertions, 24 deletions
diff --git a/Master/texmf-dist/source/latex/poetrytex/Makefile b/Master/texmf-dist/source/latex/poetrytex/Makefile index 01a07c9d065..fd8cc1ace89 100644 --- a/Master/texmf-dist/source/latex/poetrytex/Makefile +++ b/Master/texmf-dist/source/latex/poetrytex/Makefile @@ -1,13 +1,11 @@ # Makefile for poetrytex. -# Copied almost exactly from the fontspec makefile. - -#### MAKEFILE CONFIG #### SHELL = /bin/sh .SUFFIXES: .SILENT: -#### BEGIN #### +builddir=build + help: @echo 'POETRYTEX makefile targets:' @@ -149,7 +147,7 @@ sty-install: $(RUNFILES) @echo "Installing in '$(TEXMFROOT)'." $(run-install) -manifest: +manifest: @echo "Source files:" @for f in $(SOURCE); do echo $$f; done @echo "" @@ -157,24 +155,6 @@ manifest: @for f in $(GENERATED); do echo $$f; done clean: - @$(RM) -- *.log *.aux *.toc *.idx *.ind *.ilg *.glo *.gls *.example *.out *.synctex* *.tmp poetrytex-style.sty *.ins poetrytex*.pdf poetrytex*.dvi README *.lot + @$(RM) -- *.log *.aux *.toc *.idx *.ind *.ilg *.glo *.gls *.example *.out *.synctex* *.tmp *.ins poetrytex*.pdf poetrytex*.dvi README *.lot @$(RM) -- $(GENERATED) $(ZIPS) @$(RM) -- $(builddir)/* - - -############# -# TESTSUITE # -############# - -#### Needed to compile and make stuff #### - -builddir=build -lprefix=L -xprefix=X -both=F - -COPY = cp -a -MOVE = mv -f -COMPARE_OPTS = -density 300x300 -metric ae -fuzz 35% - -LTXSOURCE = $(NAME).sty |