From 2d0c7226b72abdcb86ac60b94b56af00574ed9d9 Mon Sep 17 00:00:00 2001 From: Jeff Godin Date: Mon, 11 Mar 2013 15:17:25 -0400 Subject: [PATCH] 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 --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.11.0