diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-10 04:28:06 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-03-10 04:28:06 +0000 |
commit | 198c2d9c45cb974aabf999797bdb7d6ab8636b2c (patch) | |
tree | dd27cd37b4bef9ef7d22acd9f2c04ea31e62cdd1 /Makefile | |
parent | 2877f698959f410889f358409eff019be0863331 (diff) |
options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ all: - ./ikiwiki doc html + ./ikiwiki doc html --wikiname="ikiwiki" clean: rm -rf html |