diff options
author | Nick <nick@somerandomnick.ano> | 2010-06-16 03:25:17 +0000 |
---|---|---|
committer | Nick <nick@somerandomnick.ano> | 2010-06-16 03:25:17 +0000 |
commit | 038a32aec992dfda45a4dc4e76cc5c1c776aa284 (patch) | |
tree | 204f742a521f17404d1e0d4facb21ecd78848c52 /doc/www.anonet2.org/public_pod/Makefile | |
parent | faca760b1d48b8d484c9285814c72511b35e7fca (diff) | |
download | resdb-038a32aec992dfda45a4dc4e76cc5c1c776aa284.tar.gz resdb-038a32aec992dfda45a4dc4e76cc5c1c776aa284.zip |
oops, forgot to update the makefile
Diffstat (limited to 'doc/www.anonet2.org/public_pod/Makefile')
-rw-r--r-- | doc/www.anonet2.org/public_pod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/www.anonet2.org/public_pod/Makefile b/doc/www.anonet2.org/public_pod/Makefile index da91fef..3294f37 100644 --- a/doc/www.anonet2.org/public_pod/Makefile +++ b/doc/www.anonet2.org/public_pod/Makefile @@ -1,4 +1,4 @@ -all: index.html links.html +all: index.html links.html faq.html %.html: %.pod pod2html --noindex < $< 2>/dev/null > $@.tmp |