diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-12 03:29:09 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-12 03:29:09 +0000 |
commit | bbabbca9d1943421117a6625fc81c02d5b66def4 (patch) | |
tree | a89b0aa695e99726db3079440aaeb5dc69604ef3 /Makefile | |
parent | 94eab28a86d518c39d8a71accee7b25818e38e63 (diff) | |
download | ikiwiki-bbabbca9d1943421117a6625fc81c02d5b66def4.tar ikiwiki-bbabbca9d1943421117a6625fc81c02d5b66def4.tar.gz |
template for recentchanges
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ all: - ./ikiwiki doc html --wikiname="ikiwiki" --verbose --nosvn + ./ikiwiki doc templates html --wikiname="ikiwiki" --verbose --nosvn clean: rm -rf html - rm -f doc/.index + rm -rf doc/.ikiwiki |