[svn] r2049@freebird: fabien | 2005-12-30 16:41:51 -0500 ecjdr
authorfabien
Fri, 30 Dec 2005 19:55:33 -0500
branchecjdr
changeset 14 acb2e646be22
parent 13 7ef1648bebae
child 15 488370ca00b3
[svn] r2049@freebird: fabien | 2005-12-30 16:41:51 -0500 Add an install target. Move harmonies.html to index.html.
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,%,$@))