aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorials/externals-howto/Makefile
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2014-03-25 11:42:00 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2014-03-25 11:42:00 +0000
commitab047cfb36d6dc94db2eaf669da566029ce049b7 (patch)
treef5ad3f5dc185df3362e1f5937e3aa524d2065438 /doc/tutorials/externals-howto/Makefile
parent6f885df5d63d2f2dcbabdfe6f03cdd6bb08490ec (diff)
renamed HOWTO to 'pd-externals-HOWTO'
no longer language-specific names... svn path=/trunk/; revision=17291
Diffstat (limited to 'doc/tutorials/externals-howto/Makefile')
-rw-r--r--doc/tutorials/externals-howto/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorials/externals-howto/Makefile b/doc/tutorials/externals-howto/Makefile
index e1ce8d3a..8d42f47f 100644
--- a/doc/tutorials/externals-howto/Makefile
+++ b/doc/tutorials/externals-howto/Makefile
@@ -1,4 +1,4 @@
-HOWTO=HOWTO-externals-en
+HOWTO=pd-externals-HOWTO
HOWTO_EXAMPLES=example1 example2 example3 example4
@@ -27,7 +27,7 @@ pdf: $(HOWTO).pdf
html: $(HOWTO).tex $(HOWTO).pdf
mkdir -p $(HTMLDIR)
$(HTLATEX) $< "$(HTLATEX_OPTIONS2)" "$(HTLATEX_OPTIONS3)" "-d$(HTMLDIR)/"
- cp $(HOWTO).pdf "$(HTMLDIR)/pd-externals-HOWTO.pdf"
+ cp $(HOWTO).pdf "$(HTMLDIR)/"
clean:
-rm -f *.aux *.log *.toc *.out *.dvi