about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-06-06 06:47:02 +0000
committerEric Wong <normalperson@yhbt.net>2010-06-06 06:47:02 +0000
commite3dfea56ec8f189711f7904a9a05dbbfc0bd6acc (patch)
treec2422df07208cb4176b3ab80fe5095a9f86d2eed /GNUmakefile
parentb895d3d0393a647d3602783bc53bf68e223e51c9 (diff)
downloadclogger-e3dfea56ec8f189711f7904a9a05dbbfc0bd6acc.tar.gz
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 549de27..4addaf2 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -73,7 +73,7 @@ atom = <link rel="alternate" title="Atom feed" href="$(1)" \
              type="application/atom+xml"/>
 
 doc: .document NEWS ChangeLog
-        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/
         $(RUBY) -i -p -e \