# HG changeset patch # User Nick # Date 1276658717 0 # Node ID d2e2d8432e913bbf6ba5b8945b7fbdbdc57c8238 # Parent 385e3f464af20a50c7817777d4626526766936e4 oops, forgot to update the makefile diff -r 385e3f464af2 -r d2e2d8432e91 doc/www.anonet2.org/public_pod/Makefile --- a/doc/www.anonet2.org/public_pod/Makefile Wed Jun 16 03:18:17 2010 +0000 +++ b/doc/www.anonet2.org/public_pod/Makefile Wed Jun 16 03:25:17 2010 +0000 @@ -1,4 +1,4 @@ -all: index.html links.html +all: index.html links.html faq.html %.html: %.pod pod2html --noindex < $< 2>/dev/null > $@.tmp