From ff15fcf462190b002aa9e92ab5ad038a3d941b2f Mon Sep 17 00:00:00 2001 From: Hartmut Holzgraefe Date: Wed, 17 Aug 2022 16:32:41 +0000 Subject: [PATCH] install target only installs HTML, so it should only depend on html --- documentation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/Makefile b/documentation/Makefile index 927022c9..6170b7b0 100644 --- a/documentation/Makefile +++ b/documentation/Makefile @@ -33,7 +33,7 @@ pdf: api-docs.pdf user-guide.pdf README.pdf INSTALL.pdf clean: rm -f *.html *.pdf *~ -install: all +install: html cp *.html ../www/maposmatic/templates/generated .PHONY = html clean all install