diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -13,7 +13,8 @@ all: --plugin=sidebar \ --exclude=html \ --include=^doc/.*/.*\.html \ - --exclude=Makefile + --exclude=Makefile \ + --exclude=packaging clean: rm -rf .ikiwiki html |