diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-29 22:36:18 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-03-29 22:36:18 +0000 |
commit | f59796697d3b01d1cb413f88304b5c2682efc927 (patch) | |
tree | 61ccdca981e03f1b8e757d539d0691b96c11a0fa /doc/examples/softwaresite | |
parent | 1f175cbb1ddd98f58121d8ec5cac833ee6f9d803 (diff) | |
download | ikiwiki-f59796697d3b01d1cb413f88304b5c2682efc927.tar ikiwiki-f59796697d3b01d1cb413f88304b5c2682efc927.tar.gz |
--no-rcs is the default now, so no need to explicitly specify
Diffstat (limited to 'doc/examples/softwaresite')
-rw-r--r-- | doc/examples/softwaresite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/examples/softwaresite/Makefile b/doc/examples/softwaresite/Makefile index a7dfde7e8..f2c4d8e54 100644 --- a/doc/examples/softwaresite/Makefile +++ b/doc/examples/softwaresite/Makefile @@ -8,8 +8,8 @@ IKIWIKI=ikiwiki endif all: - $(IKIWIKI) `pwd` html -v --plugin=goodstuff \ - --no-rcs --exclude=html + $(IKIWIKI) `pwd` html -v --wikiname FooBar --plugin=goodstuff \ + --exclude=html --exclude=Makefile clean: rm -rf .ikiwiki html |