move Makefile for TADL skin out of the way
authorGalen Charlton <gmc@esilibrary.com>
Thu, 26 Dec 2013 20:23:10 +0000 (20:23 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Thu, 26 Dec 2013 20:23:10 +0000 (20:23 +0000)
This way, we won't end up fighting with the Makefile generated
during the normal Evergreen installation process.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Makefile [deleted file]
Makefile.tadl_skin [new file with mode: 0644]

diff --git a/Makefile b/Makefile
deleted file mode 100644 (file)
index 93e582c..0000000
--- 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 (file)
index 0000000..93e582c
--- /dev/null
@@ -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