X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=dcea8ba160ffc0c756231e00f6eaf03ebe00cb6d;hb=16a4b92f58a1138e27419bd8482d67d4061a7bc7;hp=f0d0adb07595fef5fdc4788ee768b956f21e80b9;hpb=19da07bf62eaca97c6516e664733fa1d534389b3;p=wfpl-cms.git diff --git a/Makefile b/Makefile index f0d0adb..dcea8ba 100644 --- 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 inc/*.php inc/wfpl/*.php + exuberant-ctags *.php inc/*.php inc/wfpl/*.php