search for: bc9ae52a

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

2017 Jan 13
0
[PATCH 3/4] Honor user's $(htmldir) and do not override GNU defaults for $(docdir)
...be changed, as this is a user flag in the GNU conventions. --- doc/Makefile.am | 2 -- doc/html/Makefile.am | 10 ++++------ doc/html/images/Makefile.am | 4 ++-- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index fb79e3a7..bc9ae52a 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -31,8 +31,6 @@ FLAC.tag: mkdir -p html/api endif -docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION) - doc_DATA = \ FLAC.tag diff --git a/doc/html/Makefile.am b/doc/html/Makefile.am index 813b55f2..ef4a12d8 100644 --- a/doc/html/Makefile.am...
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