about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-07 18:51:50 -0800
committerEric Wong <normalperson@yhbt.net>2011-02-07 18:51:50 -0800
commit40871775044a88662b9593d86a631755ca516bab (patch)
treea78bdbf16a3ecb0bc5816b676e5d2bd68a845260 /GNUmakefile
parent53bac4f65d9430495c8043b239cc936012ea7a8d (diff)
downloadrainbows-40871775044a88662b9593d86a631755ca516bab.tar.gz
Don't need to document things that aren't ready, yet.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile
index d935d26..cd087db 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -3,6 +3,11 @@ all::
 RSYNC_DEST := rubyforge.org:/var/www/gforge-projects/rainbows
 rfproject := rainbows
 rfpackage := rainbows
+
+man-rdoc: man html
+        $(MAKE) -C Documentation comparison.html
+        for i in $(man1_rdoc); do echo > $$i; done
+doc:: man-rdoc
 include pkg.mk
 ifneq ($(VERSION),)
 release::
@@ -25,10 +30,7 @@ man html:
 
 pkg_extra += $(man1_paths)
 
-man-rdoc: man html
-        $(MAKE) -C Documentation comparison.html
-        for i in $(man1_rdoc); do echo > $$i; done
-doc:: man-rdoc
+doc::
         cat Documentation/comparison.css >> doc/rdoc.css
         $(RM) $(man1_rdoc)