On 3/23/07, James Vega <[EMAIL PROTECTED]> wrote: > While attempting to build a new Debian package for Fish, I've run into > the problem of the build wanting to regenerate all the documentation by > running Doxygen. This is a regression from before where the docs were > shipped with the released tarball. > > This seems to be related to the user_doc, doc_src/commands.hdr, > doc_src/index.hdr, toc.txt targets in the Makefile. user_doc is the > actual target that invokes Doxygen. doc_src/commands.hdr and > doc_src/index.hdr are part of its dependencies but those aren't actually > shipped with the tarball. This causes them to be regenerated causing > the dependencies for the user_doc target to be out of date and the docs > to be regenerated. command_list.txt and toc.txt also aren't being > shipped which seems odd.
Thanks for investigating this. I have changed the dependency so that user_doc only depends on the sources and no intermediary files. Hopefully this will fix things. Patch is in the darcs tree. Mind giving it a spin? > Sorry it took so long to dig into this, Axel. I know I've been > promising to try and figure things out for a while now. :) > > Hope this helps, > > James -- Axel ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
