Should work now.

This commit is contained in:
Michael Gregson 2009-03-10 23:56:22 -04:00
parent 7a2539318a
commit 43f53b4f00
2 changed files with 4 additions and 1 deletions

View File

@ -39,7 +39,7 @@ $(OUTDIR)%.html: %.html
cp -f $< $@
$(OUTDIR)%.cgi: %.cgi
cp -f $< $@
$(OUTDIR)/.htaccess: .htaccess
$(OUTDIR).htaccess:
cp -f $< $@
$(OUTDIR)%.ico: %.ico
cp -f $< $@

View File

@ -1,3 +1,6 @@
FILES = index.cgi .htaccess
RELDIR = library/
include ../common.mk
.htaccess: .htaccess
cp -f $< $@