source: projects/web/trunk/Makefile @ 1324

Revision 1324, 258 bytes checked in by daisuke, 14 years ago (diff)

do not re-generate htmls on make install

Line 
1TOPDIR=$(pwd)
2WEBDIR=/var/www/vinelinux.org/
3
4all:
5        bin/update.sh
6
7install:
8        mkdir -p ${WEBDIR}
9        cp -a html/* ${WEBDIR}/
10
11clean:
12        rm -f *.html *.rdf
13        rm -rf html/*
14        rm -rf {errata/*,events,vlmagazine,news}/*.{html,rdf}
15        find . -name "*~" -exec rm -f \{\} \;
Note: See TracBrowser for help on using the repository browser.