"make dist" shouldn't create doxygen documentation

Christian Stimming stimming at tuhh.de
Mon Oct 10 15:43:34 EDT 2005


Am Montag, 10. Oktober 2005 21:30 schrieb Derek Atkins:
> Quoting Christian Stimming <stimming at tuhh.de>:
> > We should simply remove it altogether. You can already do that locally
> > when you're doing a lot of make dist{check}: Remove the dist-hook and the
> > install-data-hook from src/doc/Makefile.am. There you are. I'll remove
> > that in 2-3 days unless there's some really important objection.
>
> Will removing the install-data-hook cause "make doc" to fail?  Do we
> need to add a "make install-doc"?

No, install-data-hook comes after "make doc" and "doc" does not depend on this 
or anything else. No, instead of what I previously thought the 
install-data-hook can probably be left active because if src/doc/html does 
not exist then it copies an empty directory to ${GNC_DOC_INSTALL_DIR}/html . 
That is probably easier than adding an extra install-doc target.

Christian


More information about the gnucash-devel mailing list