JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove obsolete type="text/javascript" from script tags
[wfpl-cms.git] / Makefile
index f0d0adb..58a7ae5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ style.css: styl.styl .image-mtimes.styl
 
 .image-mtimes.styl: $(images)
        ( \
-               echo -n 'w-mtime = {'; \
+               echo -n 'mtimes = {'; \
                div=' '; \
                for x in $^; do \
                        echo -n "$$div '$$x': \"$$x?m=$$(stat -c '%Y' $$x)\""; \
@@ -36,5 +36,5 @@ style.css: styl.styl .image-mtimes.styl
                ; exit 1 \
        )
 
-tags: *.php code/*.php code/wfpl/*.php
-       exuberant-ctags *.php code/*.php code/wfpl/*.php
+tags: *.php code/*.php inc/wfpl/*.php
+       exuberant-ctags *.php code/*.php inc/wfpl/*.php