ok, ok I'm wrong
now attach patch to Makefile.am:
5c5,7
< $(DOCBOOK_TO_MAN) --to-stdout $< > $
---
> if test "$" !=
"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
|