summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/flipbook/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/flipbook/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/flipbook/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/flipbook/Makefile b/Master/texmf-dist/doc/latex/flipbook/Makefile
new file mode 100644
index 00000000000..70a2dfc185a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/flipbook/Makefile
@@ -0,0 +1,25 @@
+default: flipbook-doc flipbook-ex
+
+all: clean flipbook-doc flipbook-ex
+ #
+
+flipbook-doc:
+ pdflatex flipbook-doc.tex
+ pdflatex flipbook-doc.tex
+
+flipbook-ex:
+ pdflatex flipbook-ex.tex
+ pdflatex flipbook-ex.tex
+
+publish: clean
+ make
+ cp flipbook-doc.pdf /local/web-homepages/buffet/software/
+ cp flipbook-ex.pdf /local/web-homepages/buffet/software/
+ make clean
+ tar -X .exclude.txt -czf ../flipbook.tgz ../flipbook
+ mv ../flipbook.tgz /local/web-homepages/buffet/software/
+ cd .. ; zip -r ./flipbook.zip ./flipbook -x@flipbook/.exclude.txt
+ mv ../flipbook.zip /local/web-homepages/buffet/software/
+
+clean:
+ rm -f *~ .*~ *.log *.blg *.bbl *.aux