about summary refs log tree commit homepage
path: root/Documentation/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 /Documentation/GNUmakefile
parentdd2b2274ef0cd8a121cf7655ade939a1f63bc971 (diff)
downloadrainbows-1079dfa30108466d413f30526eda468cdf0ae985.tar.gz
This will hopefully make many things clearer about the project.
Diffstat (limited to 'Documentation/GNUmakefile')
-rw-r--r--Documentation/GNUmakefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile
index e33c87f..19de585 100644
--- a/Documentation/GNUmakefile
+++ b/Documentation/GNUmakefile
@@ -26,5 +26,8 @@ install-man: man
 %.1.html: %.1.txt
         $(pandoc_html) < $< > $@+ && mv $@+ $@
 
+comparison.html: comparison.haml
+        haml -t ugly < $< > $@+ && mv $@+ $@
+
 clean::
-        $(RM) $(man1) $(html1)
+        $(RM) $(man1) $(html1) comparison.html