Add "make diff" target
authorJeff Godin <jgodin@tadl.org>
Mon, 11 Mar 2013 19:17:25 +0000 (15:17 -0400)
committerJeff Godin <jgodin@tadl.org>
Mon, 11 Mar 2013 19:17:25 +0000 (15:17 -0400)
Add "make diff" target, potentially useful for ensuring working dir
and live templates are in sync before starting work.

Signed-off-by: Jeff Godin <jgodin@tadl.org>
Makefile

index 42537d1..93e582c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,3 +7,8 @@ install:
        chown -R opensrf:opensrf /openils/var/templates_tadlskin
        chown -R opensrf:opensrf /openils/var/web/css/skin/tadl
        chown -R opensrf:opensrf /openils/var/web/images/tadl
+
+diff:
+       diff -urq templates_tadlskin /openils/var/templates_tadlskin
+       diff -urq css /openils/var/web/css/skin/tadl/opac
+       diff -urq images /openils/var/web/images/tadl