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