about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-07-10 19:00:56 +0000
committerEric Wong <normalperson@yhbt.net>2010-07-10 19:00:56 +0000
commit35ef536124ef91a20a1093f6161b57c2a2b9f358 (patch)
tree5cbed8dab5d5eb460537f8cb5122287bf9ae3663 /GNUmakefile
parent5ce1496ed684aeddf17074280f5023f8debead01 (diff)
downloadrainbows-35ef536124ef91a20a1093f6161b57c2a2b9f358.tar.gz
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 2f24d86..55d55e6 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -82,7 +82,7 @@ atom = <link rel="alternate" title="Atom feed" href="$(1)" \
 doc: .document NEWS ChangeLog
         for i in $(man1_rdoc); do echo > $$i; done
         find bin lib -type f -name '*.rbc' -exec rm -f '{}' ';'
-        rdoc -a -t "$(shell sed -ne '1s/^= //p' README)"
+        rdoc -t "$(shell sed -ne '1s/^= //p' README)"
         install -m644 COPYING doc/COPYING
         install -m644 $(shell grep '^[A-Z]' .document)  doc/
         $(MAKE) -C Documentation install-html install-man