branch | licences |
changeset 0 | eb87a3f29802 |
child 2 | 0ec8460ce101 |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Tue Dec 27 13:55:27 2005 -0500 @@ -0,0 +1,20 @@ +INSTALL_DIR=`pwd`/install +TOP=. + +DIST_FILES=index.html \ + fdl.fr.html \ + harm.html \ + index.html \ + lcl.html \ + ocl.fr.html \ + opl.fr.html \ + traduction \ + +all: + +install: + mkdir -p $(INSTALL_DIR) + cp $(DIST_FILES) $(INSTALL_DIR) + +clean: +