summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-08-12 18:17:15 -0300
committerEuAndreh <eu@euandre.org>2022-08-12 18:17:15 -0300
commit32820990d1fa15b9bec47f91c10e20a68b47644a (patch)
tree6ed3c251977a62b6bf37e83a97f9a91413b2e8dd
parentMakefile: Stop generating PDFs (diff)
downloadguile-heredoc-32820990d1fa15b9bec47f91c10e20a68b47644a.tar.gz
guile-heredoc-32820990d1fa15b9bec47f91c10e20a68b47644a.tar.xz
Makefile: Fix "public" target dependencies
-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