diff options
author | Nick <nick@somerandomnick.ano> | 2010-05-12 21:29:59 +0000 |
---|---|---|
committer | Nick <nick@somerandomnick.ano> | 2010-05-12 21:29:59 +0000 |
commit | 91a8cee50c9cce580534b8cc6ca31265029ef6d2 (patch) | |
tree | fc51d8743dd321d3896e60700ae0db0fed53fd01 /doc/www.anonet2.org/public_pod/Makefile | |
parent | d895d7d758ee8a26dac6c9ccae4f55c5624f17d1 (diff) | |
download | resdb-91a8cee50c9cce580534b8cc6ca31265029ef6d2.tar.gz resdb-91a8cee50c9cce580534b8cc6ca31265029ef6d2.zip |
scripts for dom&ip, dn42 resdb, and doc (www.anonet2.org)
Diffstat (limited to 'doc/www.anonet2.org/public_pod/Makefile')
-rw-r--r-- | doc/www.anonet2.org/public_pod/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/www.anonet2.org/public_pod/Makefile b/doc/www.anonet2.org/public_pod/Makefile new file mode 100644 index 0000000..da91fef --- /dev/null +++ b/doc/www.anonet2.org/public_pod/Makefile @@ -0,0 +1,5 @@ +all: index.html links.html + +%.html: %.pod + pod2html --noindex < $< 2>/dev/null > $@.tmp + mv $@.tmp $@ |