[svn] r2049@freebird: fabien | 2005-12-30 16:41:51 -0500
Add an install target.
Move harmonies.html to index.html.
--- 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,%,$@))