Debian package updates by Jochen Kunkel
[openxpki.git] / www.openxpki.org / trunk / src / Makefile
blob280a58071aca8a91c25e34b8dc1d4ad8321b0981
1 #
2 # Process Mason templates and populate directory $DSTDIR with the
3 # generated files.
6 SRCDIR=htdocs
7 DSTDIR=../htdocs
9 all: process
11 process:
12 @if [ ! -d $(DSTDIR) ] ; then mkdir $(DSTDIR) ; fi
13 perl generate_html.pl $(SRCDIR) $(DSTDIR)