about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-11 11:24:10 +0000
committerEric Wong <normalperson@yhbt.net>2011-02-16 18:52:19 +0000
commit27f11facd8aca6716928c85228119a9f7460dd43 (patch)
treec6a4af498bea704c3dbe58f98593705aacf0df04
parent817082c7d51c2a57f896637c2a128f2110354994 (diff)
downloadzbatery-27f11facd8aca6716928c85228119a9f7460dd43.tar.gz
GNUmakefile: fix doc build
copy-and-paste error from Rainbows!
-rw-r--r--GNUmakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 05df98b..1676616 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -3,7 +3,6 @@ RSYNC_DEST := zbatery.bogomip.org:/srv/zbatery
 rfproject := rainbows
 rfpackage := zbatery
 man-rdoc: man html
-        $(MAKE) -C Documentation comparison.html
         for i in $(man1_rdoc); do echo > $$i; done
 doc:: man-rdoc
 include pkg.mk