Now htaccess as well.

This commit is contained in:
Michael Gregson 2009-03-10 23:50:43 -04:00
parent dcf7e0ed17
commit baca7f75fb
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,9 @@ $(OUTDIR)%.ics: %.xml
$(OUTDIR)%.html: %.html
cp -f $< $@
$(OUTDIR)%.cgi: %.cgi
cp -fp $< $@
cp -f $< $@
$(OUTDIR)%.htaccess: %.htaccess
cp -f $< $@
$(OUTDIR)%.ico: %.ico
cp -f $< $@
$(OUTDIR)%.css: %.css