diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-13 02:08:04 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-13 02:08:04 +0000 |
commit | 09902169560ec64800c5622d87fd2d85c246fc93 (patch) | |
tree | 02c773c722772c6184559c53945b81656b57a612 /Makefile | |
parent | 46308ef825f568a8ca988436fa4022e3949ccabf (diff) |
- add --exclude
- move all the config vars into %config
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ all: - ./ikiwiki doc templates html --wikiname="ikiwiki" --verbose --nosvn + ./ikiwiki doc templates html --wikiname="ikiwiki" --verbose \ + --nosvn --exclude=/discussion clean: rm -rf html |