summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tikz-palattice/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-02-24 23:12:22 +0000
committerKarl Berry <karl@freefriends.org>2015-02-24 23:12:22 +0000
commit6393e0fa1c1b3ab125e43ddbeecbdca740f7d6ac (patch)
tree90fba8c6dfe27fdf2da8a732c92a9bfc1202f60f /Master/texmf-dist/doc/latex/tikz-palattice/Makefile
parent1c213966cd11f3051008400dd35517dc22c1e600 (diff)
tikz-palattice (24feb15)
git-svn-id: svn://tug.org/texlive/trunk@36373 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/tikz-palattice/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/tikz-palattice/Makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tikz-palattice/Makefile b/Master/texmf-dist/doc/latex/tikz-palattice/Makefile
new file mode 100644
index 00000000000..b985a3967a1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/tikz-palattice/Makefile
@@ -0,0 +1,40 @@
+latex = pdflatex
+packagename = tikz-palattice
+INSTALL_PATH = /usr/local/share/texmf/tex/latex
+e1 = example1_linear
+e2 = example2_circular
+e3 = example3_coordinates
+e4 = example4_labels
+e5 = elsa
+doc = tikz-palattice_documentation
+
+all: doc allexamples
+doc: $(doc).pdf
+allexamples: $(e1).pdf $(e2).pdf $(e3).pdf $(e4).pdf $(e5).pdf
+
+
+$(e1).pdf: $(e1).tex
+ $(latex) $<
+
+$(e2).pdf: $(e2).tex
+ $(latex) $<
+
+$(e3).pdf: $(e3).tex
+ $(latex) $<
+
+$(e4).pdf: $(e4).tex
+ $(latex) $<
+
+$(e5).pdf: $(e5).tex
+ $(latex) $<
+
+$(doc).pdf: $(doc).tex $(e1).pdf $(e5).pdf
+ $(latex) $<
+
+
+install:
+ install -m 644 -p -D -v tikz-palattice.sty $(INSTALL_PATH)/$(packagename)/$(packagename).sty
+ mktexlsr
+
+clean:
+ rm $(e1).pdf $(e2).pdf $(e3).pdf $(e4).pdf $(e5).pdf