More common and more precise. make install installs project in the dist folder.
@@ -51,8 +51,8 @@ $(DIR_OF_PROJECTS)/content.gen.html: $(DIR_OF_PROJECTS)/content.src.html $(DIR_O
$(PANDOC_GEN) --metadata-file $(DIR_OF_PROJECTS)/content.meta.yml --metadata-file $(GEN_LIST_YML) --metadata=category-projets --metadata=update-date:$(call extract_update_date,$<) --output $@ $<
# Distribution
-.PHONY: dist
-dist: $(DIST_DIR)
+.PHONY: install
+install: $(DIST_DIR)
$(info Distributed folder generated)
$(DIST_DIR): $(DIST_FILES)