You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
198 B
10 lines
198 B
9 years ago
|
jsvendordir = $(THEME_DIR)/antergos/js/vendor
|
||
|
jsvendor_DATA = \
|
||
|
jquery-2.1.4.min.js \
|
||
|
bootstrap.min.js \
|
||
|
moment-with-locales.min.js
|
||
|
|
||
|
EXTRA_DIST = $(jsvendor_DATA)
|
||
|
|
||
|
DISTCLEANFILES = \
|
||
|
Makefile.in
|