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. 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 -- GPG Key: 1024D/61326D40 2003-09-02 James Vega <[EMAIL PROTECTED]>
signature.asc
Description: Digital signature
------------------------------------------------------------------------- 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
