# HG changeset patch # User fabien # Date 1135990533 18000 # Node ID acb2e646be22d56d594437d84fc4f79c892e6557 # Parent 7ef1648bebae7859c4ee443f7757e6b305eb6fce [svn] r2049@freebird: fabien | 2005-12-30 16:41:51 -0500 Add an install target. Move harmonies.html to index.html. diff -r 7ef1648bebae -r acb2e646be22 Makefile --- a/Makefile Fri Dec 30 19:54:31 2005 -0500 +++ b/Makefile Fri Dec 30 19:55:33 2005 -0500 @@ -20,7 +20,7 @@ install: $(addsuffix -do,$(TARGETS)) $(HTML_FILES) mkdir -p $(INSTALL_DIR) cp -a $(HTML_FILES) $(TARGETS) $(INSTALL_DIR) - ln -s index.fr.html $(INSTALL_DIR)/index.html + ln -sf index.fr.html $(INSTALL_DIR)/index.html $(addsuffix -do,$(TARGETS)): $(call make_subdir,$(patsubst %-do,%,$@),$(patsubst %-do,%,$@))