Makefile
author fabien
Thu, 05 Jan 2006 17:46:38 -0500
branchlicences
changeset 1 026da1945043
parent 0 eb87a3f29802
child 2 0ec8460ce101
permissions -rw-r--r--
[svn r1890] r2074@freebird: fabien | 2006-01-05 15:49:31 -0500 Conversion de latin-1 à UTF-8.

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: