Makefile
branchlicences
changeset 0 eb87a3f29802
child 2 0ec8460ce101
equal deleted inserted replaced
-1:000000000000 0:eb87a3f29802
       
     1 INSTALL_DIR=`pwd`/install
       
     2 TOP=.
       
     3 
       
     4 DIST_FILES=index.html \
       
     5 	fdl.fr.html \
       
     6 	harm.html \
       
     7 	index.html \
       
     8 	lcl.html \
       
     9 	ocl.fr.html \
       
    10 	opl.fr.html \
       
    11 	traduction \
       
    12 
       
    13 all:
       
    14 
       
    15 install: 
       
    16 	mkdir -p $(INSTALL_DIR)
       
    17 	cp $(DIST_FILES) $(INSTALL_DIR)
       
    18 
       
    19 clean:
       
    20