repo.or.cz
/
openxpki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Debian package updates by Jochen Kunkel
[openxpki.git]
/
www.openxpki.org
/
trunk
/
src
/
Makefile
blob
280a58071aca8a91c25e34b8dc1d4ad8321b0981
1
#
2
# Process Mason templates and populate directory $DSTDIR with the
3
# generated files.
4
#
5
6
SRCDIR
=
htdocs
7
DSTDIR
=
..
/
htdocs
8
9
all
:
process
10
11
process
:
12
@if
[ ! -
d
$(
DSTDIR
) ] ;
then mkdir
$(
DSTDIR
) ;
fi
13
perl generate_html.pl
$(
SRCDIR
) $(
DSTDIR
)