summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/pdftex/pdftex-pdfkeys/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-06-16 18:32:50 +0000
committerKarl Berry <karl@freefriends.org>2008-06-16 18:32:50 +0000
commitc98571489bb4ffe9f8d094f7e14e8fa81ba15c1d (patch)
treefdf3a697ce1658d6f65ede7ff339bd9235f346f5 /Master/texmf-dist/doc/pdftex/pdftex-pdfkeys/Makefile
parent1a8787937b57ae70caa60446172435597c85eb9d (diff)
move to texmf-dist a la luatex, since this doc is distribution-independent (heiko 15 Jun 2008 07:59:53)
git-svn-id: svn://tug.org/texlive/trunk@8788 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/pdftex/pdftex-pdfkeys/Makefile')
-rw-r--r--Master/texmf-dist/doc/pdftex/pdftex-pdfkeys/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/pdftex/pdftex-pdfkeys/Makefile b/Master/texmf-dist/doc/pdftex/pdftex-pdfkeys/Makefile
new file mode 100644
index 00000000000..b2ce911283e
--- /dev/null
+++ b/Master/texmf-dist/doc/pdftex/pdftex-pdfkeys/Makefile
@@ -0,0 +1,29 @@
+# $Id: //depot/Master/texmf-dist/doc/pdftex/base/pdftex-pdfkeys/Makefile#1 $
+
+SOURCE = pdftex-pdfkeys
+PDFLATEX = pdflatex
+THUMBPDF = thumbpdf
+BIBTEX = bibtex
+
+SRCS = ${SOURCE}.tex fdl.tex
+
+##########################################################
+# Rules
+
+all: ${SOURCE}.pdf
+
+${SOURCE}.bbl: ${SOURCE}.tex
+ ${PDFLATEX} ${SOURCE}.tex
+ ${BIBTEX} ${SOURCE}
+
+${SOURCE}.pdf: ${SRCS} ${SOURCE}.bbl
+ ${PDFLATEX} ${SOURCE}.tex
+ ${PDFLATEX} ${SOURCE}.tex
+ ${THUMBPDF} ${SOURCE}.pdf
+ ${PDFLATEX} ${SOURCE}.tex
+
+clean:
+ rm -f *.aux *.blg *.log *.lot *.ilg *.toc *.gls *.glo *.idx *.ind *.brf *.out *.tpt *.inc
+
+realclean: clean
+ rm -f *.tex *.drv *.dvi *.pdf