From 1079dfa30108466d413f30526eda468cdf0ae985 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 25 Nov 2009 22:30:35 -0800 Subject: Add Summary document This will hopefully make many things clearer about the project. --- Documentation/GNUmakefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Documentation/GNUmakefile') 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 -- cgit v1.2.3-24-ge0c7