install target only installs HTML, so it should only depend on html

site-osm-baustelle
Hartmut Holzgraefe 2022-08-17 16:32:41 +00:00
rodzic 9ae8a43260
commit ff15fcf462
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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