mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
16 lines
538 B
Makefile
16 lines
538 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
webdir = $(pkgdatadir)/web
|
|
otherwebdir = $(webdir)/assets/font
|
|
|
|
otherweb_DATA = FiraMono-Bold.eot FiraMono-Regular.eot \
|
|
FiraSans-Bold.eot FiraSans-BoldItalic.woff \
|
|
FiraSans-Italic.eot FiraSans-Regular.eot \
|
|
FiraMono-Bold.woff FiraMono-Regular.woff \
|
|
FiraSans-BoldItalic.eot FiraSans-Bold.woff \
|
|
FiraSans-Italic.woff FiraSans-Regular.woff
|
|
|
|
EXTRA_DIST = $(otherweb_DATA)
|