Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marvin Scholz
Icecast-Server
Commits
ceec4820
Commit
ceec4820
authored
Apr 08, 2015
by
Thomas B. Rücker
😊
Browse files
Applying docdir fix (needed by distro packaging)
So that I don't have to carry it over from the 2.4.1 packaging.
parent
270a9628
Changes
4
Hide whitespace changes
Inline
Side-by-side
doc/assets/css/Makefile.am
View file @
ceec4820
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS
=
foreign
AUTOMAKE_OPTIONS
=
foreign
docdir
=
$(d
ata
dir)
/
doc/icecast/
assets/css
other
docdir
=
$(d
oc
dir)
/assets/css
doc_DATA
=
style.css
other
doc_DATA
=
style.css
EXTRA_DIST
=
$(doc_DATA)
EXTRA_DIST
=
$(
other
doc_DATA)
doc/assets/font/Makefile.am
View file @
ceec4820
...
@@ -2,12 +2,12 @@
...
@@ -2,12 +2,12 @@
AUTOMAKE_OPTIONS
=
foreign
AUTOMAKE_OPTIONS
=
foreign
docdir
=
$(d
ata
dir)
/
doc/icecast/
assets/font
other
docdir
=
$(d
oc
dir)
/assets/font
doc_DATA
=
FiraMono-Bold.eot FiraMono-Regular.eot
\
other
doc_DATA
=
FiraMono-Bold.eot FiraMono-Regular.eot
\
FiraSans-Bold.eot FiraSans-BoldItalic.woff
\
FiraSans-Bold.eot FiraSans-BoldItalic.woff
\
FiraSans-Italic.eot FiraSans-Regular.eot
\
FiraSans-Italic.eot FiraSans-Regular.eot
\
FiraMono-Bold.woff FiraMono-Regular.woff
\
FiraMono-Bold.woff FiraMono-Regular.woff
\
FiraSans-BoldItalic.eot FiraSans-Bold.woff
\
FiraSans-BoldItalic.eot FiraSans-Bold.woff
\
FiraSans-Italic.woff FiraSans-Regular.woff
FiraSans-Italic.woff FiraSans-Regular.woff
EXTRA_DIST
=
$(doc_DATA)
EXTRA_DIST
=
$(
other
doc_DATA)
doc/assets/img/Makefile.am
View file @
ceec4820
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS
=
foreign
AUTOMAKE_OPTIONS
=
foreign
docdir
=
$(d
ata
dir)
/
doc/icecast/
assets/img
other
docdir
=
$(d
oc
dir)
/assets/img
doc_DATA
=
xiph-community.svg
other
doc_DATA
=
xiph-community.svg
EXTRA_DIST
=
$(doc_DATA)
EXTRA_DIST
=
$(
other
doc_DATA)
doc/img/Makefile.am
View file @
ceec4820
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS
=
foreign
AUTOMAKE_OPTIONS
=
foreign
docdir
=
$(d
ata
dir)
/
doc/icecast/
img
other
docdir
=
$(d
oc
dir)
/img
doc_DATA
=
listener_auth1.png listener_auth2.png listener_auth3.png masterslave.png relay.png
other
doc_DATA
=
listener_auth1.png listener_auth2.png listener_auth3.png masterslave.png relay.png
EXTRA_DIST
=
$(doc_DATA)
EXTRA_DIST
=
$(
other
doc_DATA)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment