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.
15 lines
326 B
15 lines
326 B
9 years ago
|
fafontsdir = $(THEME_DIR)/antergos/font-awesome/fonts
|
||
|
fafonts_DATA = \
|
||
|
FontAwesome.otf \
|
||
|
fontawesome-webfont.ttf \
|
||
|
Lato-Light.ttf \
|
||
|
fontawesome-webfont.eot \
|
||
|
fontawesome-webfont.woff \
|
||
|
Lato-Regular.ttf \
|
||
|
fontawesome-webfont.svg \
|
||
|
fontawesome-webfont.woff2
|
||
|
|
||
|
EXTRA_DIST = $(fafonts_DATA)
|
||
|
|
||
|
DISTCLEANFILES = \
|
||
|
Makefile.in
|