diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -83,6 +83,10 @@ clean: rm -f \ heredoc.log $(objects) $(documentation) -public: all $(documentation) + +doc/guile-heredoc.html: doc/style.css + + +public: $(documentation) dev-check: check |