blob: 0773f6ba1e724dad82b790eac0d31b88116ed18f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./Makefile.orig 2011-07-02 23:11:38.000000000 +0200
+++ ./Makefile 2011-07-08 23:10:32.979799493 +0200
@@ -73,6 +73,8 @@
IKIWIKI=ikiwiki
endif
+manuals: $(mans)
+
docs: $(mans)
$(IKIWIKI) doc html -v --wikiname git-annex --plugin=goodstuff \
--no-usedirs --disable-plugin=openid --plugin=sidebar \
|