Skip to content

Commit

Permalink
fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
cjblomqvist committed Jul 12, 2012
1 parent b1dee91 commit 0a49f53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Expand Up @@ -37,6 +37,7 @@ CSS_FILES = $(shell sed \
-e "1,1 d" \ -e "1,1 d" \
-e "/$(END_CSS_TAG)/ d" \ -e "/$(END_CSS_TAG)/ d" \
-e 's/.*href="\(.*\)".*/\1/' \ -e 's/.*href="\(.*\)".*/\1/' \
-e 's|^/|\./|' \
< $(INDEX_FILE) | \ < $(INDEX_FILE) | \
tr "\n" " " \ tr "\n" " " \
) )
Expand All @@ -48,6 +49,7 @@ JS_FILES = $(shell sed \
-e "1,1 d" \ -e "1,1 d" \
-e "/$(END_JS_TAG)/ d" \ -e "/$(END_JS_TAG)/ d" \
-e 's/.*src="\(.*\)".*/\1/' \ -e 's/.*src="\(.*\)".*/\1/' \
-e 's|^/|\./|' \
< $(INDEX_FILE) | \ < $(INDEX_FILE) | \
tr "\n" " " \ tr "\n" " " \
) )
Expand Down

0 comments on commit 0a49f53

Please sign in to comment.