summaryrefslogtreecommitdiff
path: root/doc/www.anonet2.org/public_pod/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/www.anonet2.org/public_pod/Makefile')
-rw-r--r--doc/www.anonet2.org/public_pod/Makefile5
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 $@