summaryrefslogtreecommitdiff
path: root/Build/source/utils/tpic2pdftex
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/tpic2pdftex')
-rw-r--r--Build/source/utils/tpic2pdftex/Makefile.in8
1 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/utils/tpic2pdftex/Makefile.in b/Build/source/utils/tpic2pdftex/Makefile.in
index 575621eef7d..3e36f0b10aa 100644
--- a/Build/source/utils/tpic2pdftex/Makefile.in
+++ b/Build/source/utils/tpic2pdftex/Makefile.in
@@ -4,6 +4,7 @@
#$Id: Makefile,v 1.21 2007/01/14 13:35:17 hahe Exp hahe $
.PRECIOUS: %.tpic %.tex
+.PHONY: first all
VPATH = @srcdir@
srcdir = @srcdir@
@@ -20,7 +21,10 @@ INSTALL_DATA = @INSTALL_DATA@
first:
: nothing to be done
-all: example.pdf beamerexample.pdf
+all:
+ : nothing to be done
+
+doc: example.pdf beamerexample.pdf
example.pdf: example.tex
pdftex $<
@@ -32,7 +36,7 @@ beamerexample.pdf: beamerexample.tex
pic -z -t $< > $@
%.tex: %.tpic
- tpic2pdftex $< > $@
+ $(srcdir)/tpic2pdftex $< > $@
install:
$(INSTALL) -d $(bindir)