diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-29 22:28:10 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-29 22:28:10 +0000 |
commit | 1f175cbb1ddd98f58121d8ec5cac833ee6f9d803 (patch) | |
tree | 644b6baf8e4db4e9f1b292443ab474f3c6c6639c /doc/examples | |
parent | 03020563327db62bcbecadea700f5f534158cef3 (diff) |
don't exclude discussion for this example
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/softwaresite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |