From: Jeff Godin Date: Mon, 11 Mar 2013 19:17:25 +0000 (-0400) Subject: Add "make diff" target X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2d0c7226b72abdcb86ac60b94b56af00574ed9d9;p=evergreen%2Ftadl.git Add "make diff" target Add "make diff" target, potentially useful for ensuring working dir and live templates are in sync before starting work. Signed-off-by: Jeff Godin --- diff --git a/Makefile b/Makefile index 42537d1ed6..93e582ca16 100644 --- 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