Documentation/GNUmakefile in rainbows-0.6.0 vs Documentation/GNUmakefile in rainbows-0.7.0

- old
+ new

@@ -24,7 +24,10 @@ %.1: %.1.txt $(pandoc) -s -t man < $< > $@+ && mv $@+ $@ %.1.html: %.1.txt $(pandoc_html) < $< > $@+ && mv $@+ $@ +comparison.html: comparison.haml + haml -t ugly < $< > $@+ && mv $@+ $@ + clean:: - $(RM) $(man1) $(html1) + $(RM) $(man1) $(html1) comparison.html