diff options
author | Ted Trask <ttrask01@yahoo.com> | 2014-02-14 20:33:12 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2014-02-14 20:33:12 +0000 |
commit | 58d8c5c85d06aa2449201108ec0cb5e9a8f2d281 (patch) | |
tree | 0ca1430dab9b8241c4726d146e0eeaa7c08d4c1f /config.mk | |
download | acf-jquery-mobile-58d8c5c85d06aa2449201108ec0cb5e9a8f2d281.tar.bz2 acf-jquery-mobile-58d8c5c85d06aa2449201108ec0cb5e9a8f2d281.tar.xz |
Initial commit of jquerymobile 1.4.1 library
Files downloaded from http://jquerymobile.com/resources/download/jquery.mobile-1.4.1.zip
Renamed minimized files to remove version info
jquery.mobile.css = jquery.mobile.icons.css + jquery.mobile.theme.css + jquery.mobile.structure.css
file is split so you can roll your own theme
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config.mk b/config.mk new file mode 100644 index 0000000..ec797ce --- /dev/null +++ b/config.mk @@ -0,0 +1,11 @@ +prefix=/usr +datadir=${prefix}/share +sysconfdir=${prefix}/etc +localstatedir=${prefix}/var +acfdir=${datadir}/acf +wwwdir=${acfdir}/www +cgibindir=${acfdir}/cgi-bin +appdir=${acfdir}/app +acflibdir=${acfdir}/lib +sessionsdir=${localstatedir}/lib/acf/sessions +staticdir=$(wwwdir)/skins/static |