Skip to content

Commit

Permalink
renamed HOWTO to 'pd-externals-HOWTO'
Browse files Browse the repository at this point in the history
no longer language-specific names...

git-svn-id: https://svn.code.sf.net/p/pure-data/svn/trunk/doc/tutorials/externals-howto@17291 df7eb9d6-776f-4174-a42d-0ffd8d5d5b5d
  • Loading branch information
umlaeute committed Mar 25, 2014
1 parent ce52658 commit 10dfff8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
@@ -1,4 +1,4 @@
HOWTO=HOWTO-externals-en
HOWTO=pd-externals-HOWTO

HOWTO_EXAMPLES=example1 example2 example3 example4

Expand Down Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 10dfff8

Please sign in to comment.