giflib fails on compilation when xmlto is not installed as follows:

make[2]: Entering directory `/mnt/data/book/blfs/10/giflib-4.2.1/doc'
xmlto xhtml-nochunks gif2rgb.xml
make[2]: xmlto: Command not found
make[2]: *** [gif2rgb.html] Error 127
make[2]: Leaving directory `/mnt/data/book/blfs/10/giflib-4.2.1/doc'


Looks like it always tries to build the html docs by default,  but
that can be disabled with a sed

sed -i "s/all: allhtml/all:/" doc/Makefile.in



-- 
Nathan Coulson (conathan)
------
Location: British Columbia, Canada
Timezone: PST (-8)
Webpage: http://www.nathancoulson.com
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to