mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
b498d4bd93
Replaced docdir with otherdocdir and made it relative to docdir. This seems to work for debian and plain make install. Will test RPM later.
9 lines
179 B
Makefile
9 lines
179 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
otherdocdir = $(docdir)/assets/css
|
|
otherdoc_DATA = style.css
|
|
|
|
EXTRA_DIST = $(otherdoc_DATA)
|