about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2009-11-25 22:30:35 -0800
committerEric Wong <normalperson@yhbt.net>2009-11-25 22:32:42 -0800
commit1079dfa30108466d413f30526eda468cdf0ae985 (patch)
tree194cdd7a688e3d4db283bad239f4aacf089e445f /GNUmakefile
parentdd2b2274ef0cd8a121cf7655ade939a1f63bc971 (diff)
downloadrainbows-1079dfa30108466d413f30526eda468cdf0ae985.tar.gz
This will hopefully make many things clearer about the project.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 5092ba8..d2c0c1c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -96,6 +96,11 @@ doc: .document NEWS ChangeLog
           doc/NEWS.html doc/README.html
         $(rake) -s news_atom > doc/NEWS.atom.xml
         cd doc && ln README.html tmp && mv tmp index.html
+        $(MAKE) -C Documentation comparison.html
+        $(RUBY) -i -p -e \
+          '$$_.gsub!(/INCLUDE/){File.read("Documentation/comparison.html")}' \
+          doc/Summary.html
+        cat Documentation/comparison.css >> doc/rdoc.css
         $(RM) $(man1_bins)
 
 ifneq ($(VERSION),)