about summary refs log tree commit homepage
path: root/GNUmakefile
diff options
context:
space:
mode:
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),)