On Mon, 06 Apr 2015, Christophe CURIS escribió: > The source of the documentation is in Texinfo format to have the > possibility someday to distribute in more format that just plain text; > > The INSTALL-WMAKER original file will now be generated automatically when > running the 'autogen.sh' script (for those who made a git-checkout) and > when running 'make' (for the people who create the distribution archive). > > The current document have seen these changes: > > - added all the texinfo header (including the copyright notice); > > - texinfo formatting command in place everywhere applicable; > > - re-ordering of the content to try to get a consistent document. > > Apart from this, the document should not have seen any change on the > content, because this deserves dedicated patches to show the evolution. > > Signed-off-by: Christophe CURIS <christophe.cu...@free.fr> > ---
Hi, I have this problem with this patch: Making all in doc make[2]: Entering directory '/home/kix/src/wmaker/wmaker-crm/doc' Making all in build make[3]: Entering directory '/home/kix/src/wmaker/wmaker-crm/doc/build' if test ! -e "../../INSTALL-WMAKER" -o -w "../../INSTALL-WMAKER" ; then \ ../../script/generate-txt-from-texi.sh \ ./Compilation.texi -o ../../INSTALL-WMAKER \ -Dversion="0.95.6" -e "wmaker-dev@lists.windowmaker.org" ; \ else \ echo "Warning: \"../../INSTALL-WMAKER\" is not writeable, not regenerated" ; \ fi Error: cross reference to undefined node/anchor "ConfigureOptions" found at line 246 Makefile:489: recipe for target '../../INSTALL-WMAKER' failed make[3]: *** [../../INSTALL-WMAKER] Error 3 make[3]: Leaving directory '/home/kix/src/wmaker/wmaker-crm/doc/build' Makefile:544: recipe for target 'all-recursive' failed make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory '/home/kix/src/wmaker/wmaker-crm/doc' Makefile:458: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/home/kix/src/wmaker/wmaker-crm' Makefile:393: recipe for target 'all' failed make: *** [all] Error 2 kix@debian:~/src/wmaker/wmaker-crm$ Cheers, kix -- To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.