2 # Process Mason templates and populate directory $DSTDIR with the
12 @if
[ ! -d
$(DSTDIR
) ] ; then mkdir
$(DSTDIR
) ; fi
13 perl generate_html.pl
$(SRCDIR
) $(DSTDIR
)
16 @if
[ ! -d
$(DSTDIR
) ] ; then mkdir
$(DSTDIR
) ; fi
17 perl generate_html.pl
--force $(SRCDIR
) $(DSTDIR
)