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.
|
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
|