Skip to content

Commit

Permalink
Merge pull request #139 from ikedas/issue-78-01quickfix
Browse files Browse the repository at this point in the history
Issue #78 quickfix by ikedas
  • Loading branch information
ikedas authored Dec 12, 2017
2 parents dca9b6d + 533bf47 commit 4d13e32
Show file tree
Hide file tree
Showing 2 changed files with 524 additions and 393 deletions.
7 changes: 6 additions & 1 deletion www/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ nobase_static_DATA = \
external/foundation/js/foundation/responsive-tables.js \
external/foundation/js/vendor/fastclick.js \
external/foundation/js/vendor/jquery.cookie.js \
external/foundation/js/vendor/jquery.js \
external/foundation/js/vendor/modernizr.js \
external/foundation/js/vendor/placeholder.js \
external/html5shiv/html5shiv.js \
Expand Down Expand Up @@ -418,3 +417,9 @@ nobase_static_DATA = \
js/sympa.js

EXTRA_DIST = $(nobase_static_DATA)

# Use recent release of jQuery; remove one distributed with Foundation.
install-data-hook:
cd $(DESTDIR)$(staticdir); \
rm -f external/foundation/js/vendor/jquery.js

Loading

0 comments on commit 4d13e32

Please sign in to comment.