On Thursday 13 June 2013 14:06:49 Armin K. wrote: > Just autotools screw up. Either remove "docs" from SUBDIRS in > Makefile.in or see if there is any --disable-doc
--disable-docs is refused and --disable-gtk-doc-html (enabled by default ) seems to be ignored So I tried your first way with a hamfisted sed like this:- cat Makefile.inBAK | sed \ -e 's|po docs|po|g' \ -e 's|cd docs && make glib.html|#cd docs && make glib.html|g' > Makefile.in and it worked thanks LuxInteg -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
