From 32820990d1fa15b9bec47f91c10e20a68b47644a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 12 Aug 2022 18:17:15 -0300 Subject: Makefile: Fix "public" target dependencies --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3