Skip to content

Commit

Permalink
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -39,8 +39,8 @@ export

all: $(CSS) $(XSLS) $(HTMLS)

target/xsl/%.xsl: xsl/%.xsl
cp xsl/*.xsl target/xsl
target/xsl/%.xsl: xsl/%.xsl | target/xsl
cp $< $@

target/html/%.html: target/fb/%.fb xsl/*.xsl entry.sh Makefile target/css/main.css | target/html
export INPUT_VERBOSE=yes

0 comments on commit 3c7b3ae

Please sign in to comment.