From d269309c42b12c6b58d70fb9b507ec8b7949132e Mon Sep 17 00:00:00 2001 From: Kyle Johnson Date: Wed, 11 Feb 2015 14:16:18 -0500 Subject: [PATCH] Remove makefiles from bootstrap skin --- web/skins/bootstrap/css/Makefile.am | 8 ---- web/skins/bootstrap/js/Makefile.am | 7 ---- web/skins/bootstrap/views/Makefile.am | 55 --------------------------- 3 files changed, 70 deletions(-) delete mode 100644 web/skins/bootstrap/css/Makefile.am delete mode 100644 web/skins/bootstrap/js/Makefile.am delete mode 100644 web/skins/bootstrap/views/Makefile.am diff --git a/web/skins/bootstrap/css/Makefile.am b/web/skins/bootstrap/css/Makefile.am deleted file mode 100644 index 5b0cbe135..000000000 --- a/web/skins/bootstrap/css/Makefile.am +++ /dev/null @@ -1,8 +0,0 @@ -AUTOMAKE_OPTIONS = gnu - -webdir = @WEB_PREFIX@/skins/classic/css - -dist_web_DATA = \ - skin.css \ - control.css \ - export.css diff --git a/web/skins/bootstrap/js/Makefile.am b/web/skins/bootstrap/js/Makefile.am deleted file mode 100644 index 22f944d9e..000000000 --- a/web/skins/bootstrap/js/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -AUTOMAKE_OPTIONS = gnu - -webdir = @WEB_PREFIX@/skins/classic/js - -dist_web_DATA = \ - skin.js \ - skin.js.php diff --git a/web/skins/bootstrap/views/Makefile.am b/web/skins/bootstrap/views/Makefile.am deleted file mode 100644 index 58c72b78f..000000000 --- a/web/skins/bootstrap/views/Makefile.am +++ /dev/null @@ -1,55 +0,0 @@ -AUTOMAKE_OPTIONS = gnu - -SUBDIRS = \ - css \ - js - -webdir = @WEB_PREFIX@/skins/classic/views - -dist_web_DATA = \ - bandwidth.php \ - blank.php \ - console.php \ - controlcap.php \ - controlcaps.php \ - control.php \ - controlpreset.php \ - cycle.php \ - device.php \ - devices.php \ - donate.php \ - error.php \ - eventdetail.php \ - event.php \ - events.php \ - export.php \ - filter.php \ - filtersave.php \ - frame.php \ - frames.php \ - function.php \ - group.php \ - groups.php \ - log.php \ - login.php \ - logout.php \ - Makefile.am \ - monitor.php \ - monitorpreset.php \ - monitorprobe.php \ - montage.php \ - none.php \ - optionhelp.php \ - options.php \ - postlogin.php \ - settings.php \ - state.php \ - stats.php \ - status.php \ - timeline.php \ - user.php \ - version.php \ - video.php \ - watch.php \ - zone.php \ - zones.php