changeset 56:d2e2d8432e91 draft

oops, forgot to update the makefile
author Nick <nick@somerandomnick.ano>
date Wed, 16 Jun 2010 03:25:17 +0000
parents 385e3f464af2
children 0579cf4cc59a
files doc/www.anonet2.org/public_pod/Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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