search for: logos_data

Displaying 2 results from an estimated 2 matches for "logos_data".

Did you mean: log_data
2017 Jan 13
0
[PATCH 3/4] Honor user's $(htmldir) and do not override GNU defaults for $(docdir)
...1da 100644 --- a/doc/html/images/Makefile.am +++ b/doc/html/images/Makefile.am @@ -16,9 +16,9 @@ # restrictive of those mentioned above. See the file COPYING.Xiph in this # distribution. -docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)/html/images +logosdir = $(htmldir)/images -doc_DATA = \ +logos_DATA = \ logo.svg \ logo130.gif -- 2.11.0
2017 Jan 13
9
Upstreaming Gentoo patches
Dear FLAC devs, I would like to get some of our patches merged into master. Most of them deal with adhering to GNU conventions, respectively not overriding flags/variables that are up to the user to set. For instance, honoring $(htmldir) is important, as we have installation paths for the documentation that differ from what is currently coded in the various Makefile.am's. Regards David