From 1f175cbb1ddd98f58121d8ec5cac833ee6f9d803 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 29 Mar 2007 22:28:10 +0000 Subject: [PATCH] don't exclude discussion for this example --- doc/examples/softwaresite/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/examples/softwaresite/Makefile b/doc/examples/softwaresite/Makefile index 57a0c9737..a7dfde7e8 100644 --- a/doc/examples/softwaresite/Makefile +++ b/doc/examples/softwaresite/Makefile @@ -9,7 +9,7 @@ endif all: $(IKIWIKI) `pwd` html -v --plugin=goodstuff \ - --no-rcs --exclude=/discussion --exclude=html --no-discussion + --no-rcs --exclude=html clean: rm -rf .ikiwiki html -- 2.45.0