Should work now.

foo
Michael Gregson 14 years ago
parent 7a2539318a
commit 43f53b4f00
  1. 2
      common.mk.in
  2. 3
      library/Makefile

@ -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 $< $@

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