[taskjuggler-devel] Re: build failure without docbook-utils

From: Antonio (antoniochiurla_at_programmino.it)
Date: Thu Jul 13 2006 - 11:03:31 CEST


From: Antonio <antoniochiurla@programmino.it>
Message-ID: <1af2.44b60c63@www.taskjuggler.org>
Date: Thu, 13 Jul 2006 11:03:31 +0200 (CEST)
Subject: [taskjuggler-devel] Re: build failure without docbook-utils


ok, ok I'm wrong
now attach patch to Makefile.am:
5c5,7
< $(DOCBOOK_TO_MAN) --to-stdout $< > $@

---
>       @if test "${DOCBOOK_TO_MAN}" != "no" ; then \
>                 $(DOCBOOK_TO_MAN) --to-stdout $< > $@ ; \
>         fi
I don't pass any options to ./configure but executin 'make' I receive following message:
no --to-stdout taskjuggler.xml > taskjuggler.1
/bin/sh: no: command not found
make[3]: *** [taskjuggler.1] Error 127
seems make try to execute command 'no', I think because my linux box have not installed docbook package, then configure work well to if docbook is not installed and assign to DOCBOOK_TO_MAN the correct value 'no', executing make we need to skip man creation if DOCBOOK_TO_MAN is 'no'.
thanks for answer
-- 
To unsubscribe, email: taskjuggler-devel-unsubscribe@suse.com
For additional commands, email: taskjuggler-devel-help@suse.com


This archive was generated by hypermail 2.1.7 : Thu Jul 13 2006 - 11:03:52 CEST