summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/disser/templates/latex.fig.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/disser/templates/latex.fig.mk')
-rw-r--r--Master/texmf-dist/doc/latex/disser/templates/latex.fig.mk27
1 files changed, 0 insertions, 27 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/templates/latex.fig.mk b/Master/texmf-dist/doc/latex/disser/templates/latex.fig.mk
deleted file mode 100644
index 123cad7674e..00000000000
--- a/Master/texmf-dist/doc/latex/disser/templates/latex.fig.mk
+++ /dev/null
@@ -1,27 +0,0 @@
-#
-# Makefile for figures
-# Author: Stanislav Kruchinin <stas@crypt.org.ru>
-#
-
-all:
- @echo "run: make fixbb to fix BoundingBox"
- @echo "run: make pdf to convert all figures to PDF"
- @echo "run: make clean to clean PDF files"
-
-fixbb: *.eps
- @echo -e "\nFixing BoundingBoxes...\n"
- @for f in *.eps ; \
- do \
- echo -n "$$f..." ;\
- epstool --quiet --copy --bbox $$f $$f~ ;\
- mv $$f~ $$f ;\
- echo "OK" ;\
- done
-
-pdf: $(patsubst %.eps, %.pdf, $(wildcard *.eps))
-
-%.pdf: %.eps
- epstopdf "$<"
-
-clean:
- rm -f *.pdf