about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-05-02 16:55:54 -0700
committerEric Wong <normalperson@yhbt.net>2010-05-02 16:55:54 -0700
commit0f316f004787c4a86c854cc251e2c3cbf8c2dce3 (patch)
tree5b74047e0c58cdc19a1e69d95b27f81f975b1ec6 /GNUmakefile
parentb7f2bbca3ada5ef2e8942690f658510a226394ce (diff)
downloadraindrops-0f316f004787c4a86c854cc251e2c3cbf8c2dce3.tar.gz
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 00018f9..bf1a02a 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -67,10 +67,10 @@ cgit_atom := http://git.bogomips.org/cgit/raindrops.git/atom/?h=master
 atom = <link rel="alternate" title="Atom feed" href="$(1)" \
              type="application/atom+xml"/>
 
-# using rdoc 2.4.1+
+# using rdoc 2.5.x
 doc: .document NEWS ChangeLog
         for i in $(man1_bins); do > $$i; done
-        rdoc -Na -t "$(shell sed -ne '1s/^= //p' README)"
+        rdoc -a -t "$(shell sed -ne '1s/^= //p' README)"
         install -m644 COPYING doc/COPYING
         install -m644 $(shell grep '^[A-Z]' .document) doc/
         cd doc && for i in $(base_bins); do \