diff options
author | EuAndreh <eu@euandre.org> | 2022-08-12 18:17:15 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-08-12 18:17:15 -0300 |
commit | 32820990d1fa15b9bec47f91c10e20a68b47644a (patch) | |
tree | 6ed3c251977a62b6bf37e83a97f9a91413b2e8dd | |
parent | Makefile: Stop generating PDFs (diff) | |
download | guile-heredoc-32820990d1fa15b9bec47f91c10e20a68b47644a.tar.gz guile-heredoc-32820990d1fa15b9bec47f91c10e20a68b47644a.tar.xz |
Makefile: Fix "public" target dependencies
-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 |