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