Displaying 4 results from an estimated 4 matches for "logo130".
2006 Oct 04
1
Error when building doc/html
>Sorry, I'm not really sure what's going on here, It's
>installing via an ebuild cvs which does nothing but download
>the sources, ./autogen.sh, configure (with options), make ;
>make install.
A quick look at that log shows that it is calling ./configure with
--disable-doc, however in CVS the option seems to be
--disable-doxygen-docs, try changing that in the ebuild
2017 Jan 13
0
[PATCH 3/4] Honor user's $(htmldir) and do not override GNU defaults for $(docdir)
...es/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
2012 Feb 02
2
[flac-git] Install fails with --disable-doxygen-docs
...be done for `install-exec-am'.
test -z "/home/avuton/src/mpd-release-utils/build-dir/share/doc/flac-1.2.1/html/images"
|| /bin/mkdir -p
"/home/avuton/src/mpd-release-utils/build-dir/share/doc/flac-1.2.1/html/images"
/usr/bin/install -c -m 644 1x1.gif cafebug.gif logo100.gif
logo130.gif '/home/avuton/src/mpd-release-utils/build-dir/share/doc/flac-1.2.1/html/images'
make[5]: Leaving directory
`/home/avuton/src/mpd-release-utils/src/flac.git/doc/html/images'
make[4]: Leaving directory
`/home/avuton/src/mpd-release-utils/src/flac.git/doc/html/images'
make[3]: Leav...
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