summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 118e126..4bd2fa8 100644
--- a/Makefile
+++ b/Makefile
@@ -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