From: Galen Charlton Date: Thu, 26 Dec 2013 20:23:10 +0000 (+0000) Subject: move Makefile for TADL skin out of the way X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=95aa93573221fa73d12cd744ffccff4ecd66d75b;p=evergreen%2Ftadl.git move Makefile for TADL skin out of the way This way, we won't end up fighting with the Makefile generated during the normal Evergreen installation process. Signed-off-by: Galen Charlton --- diff --git a/Makefile b/Makefile deleted file mode 100644 index 93e582ca16..0000000000 --- a/Makefile +++ /dev/null @@ -1,14 +0,0 @@ -install: - cp -a templates_tadlskin /openils/var - mkdir -p /openils/var/web/css/skin/tadl/opac/ - cp -a css/* /openils/var/web/css/skin/tadl/opac/ - mkdir -p /openils/var/web/images/tadl - cp -a images/* /openils/var/web/images/tadl/ - 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 diff --git a/Makefile.tadl_skin b/Makefile.tadl_skin new file mode 100644 index 0000000000..93e582ca16 --- /dev/null +++ b/Makefile.tadl_skin @@ -0,0 +1,14 @@ +install: + cp -a templates_tadlskin /openils/var + mkdir -p /openils/var/web/css/skin/tadl/opac/ + cp -a css/* /openils/var/web/css/skin/tadl/opac/ + mkdir -p /openils/var/web/images/tadl + cp -a images/* /openils/var/web/images/tadl/ + 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