summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/pdftex/pdftex-pdfkeys/Makefile
diff options
context:
space:
mode:
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