diff options
-rwxr-xr-x | Makefile.PL | 2 | ||||
-rw-r--r-- | underlays/attachment/ikiwiki/jquery-ui.css (renamed from underlays/attachment/ikiwiki/jquery-ui.full.css) | 0 | ||||
-rw-r--r-- | underlays/attachment/ikiwiki/jquery-ui.js (renamed from underlays/attachment/ikiwiki/jquery-ui.full.js) | 0 | ||||
-rw-r--r-- | underlays/attachment/ikiwiki/jquery.tmpl.js (renamed from underlays/attachment/ikiwiki/jquery.tmpl.full.js) | 0 | ||||
-rw-r--r-- | underlays/jquery/ikiwiki/jquery.js (renamed from underlays/jquery/ikiwiki/jquery.full.js) | 0 |
5 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index c03142aae..ad3e4623c 100755 --- a/Makefile.PL +++ b/Makefile.PL @@ -75,7 +75,7 @@ underlay_install: install -d $(DESTDIR)$(PREFIX)/share/ikiwiki for dir in `cd underlays && $(FIND) . -follow -type d`; do \ install -d $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir; \ - for file in `$(FIND) underlays/$$dir -follow -maxdepth 1 -type f ! -name \\*.full.js ! -name \\*.full.css`; do \ + for file in `$(FIND) underlays/$$dir -follow -maxdepth 1 -type f ! -name jquery.js ! -name jquery-ui.css ! -name jquery-ui.js ! -name jquery.tmpl.js`; do \ cp -pRL $$file $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir 2>/dev/null || \ install -m 644 $$file $(DESTDIR)$(PREFIX)/share/ikiwiki/$$dir; \ done; \ diff --git a/underlays/attachment/ikiwiki/jquery-ui.full.css b/underlays/attachment/ikiwiki/jquery-ui.css index ad212daef..ad212daef 100644 --- a/underlays/attachment/ikiwiki/jquery-ui.full.css +++ b/underlays/attachment/ikiwiki/jquery-ui.css diff --git a/underlays/attachment/ikiwiki/jquery-ui.full.js b/underlays/attachment/ikiwiki/jquery-ui.js index 96b2ea624..96b2ea624 100644 --- a/underlays/attachment/ikiwiki/jquery-ui.full.js +++ b/underlays/attachment/ikiwiki/jquery-ui.js diff --git a/underlays/attachment/ikiwiki/jquery.tmpl.full.js b/underlays/attachment/ikiwiki/jquery.tmpl.js index 1c5b2d62f..1c5b2d62f 100644 --- a/underlays/attachment/ikiwiki/jquery.tmpl.full.js +++ b/underlays/attachment/ikiwiki/jquery.tmpl.js diff --git a/underlays/jquery/ikiwiki/jquery.full.js b/underlays/jquery/ikiwiki/jquery.js index f3201aacb..f3201aacb 100644 --- a/underlays/jquery/ikiwiki/jquery.full.js +++ b/underlays/jquery/ikiwiki/jquery.js |