autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: listing all sources


From: Trevor Woerner
Subject: Re: listing all sources
Date: Fri, 26 Aug 2005 11:02:56 -0400

2 provisos:

1) the removal of the ".doxygen" files must be added to whatever
mechanism you're using to perform a clean (e.g. CLEANFILES= or
clean-local::) in order to satisfy "make distcheck"

2) because the cfg directory is not part of $(SUBDIRS) but only
$(DIST_SUBDIRS), the generation of its ".doxygen" file has to be
special-cased in the top-level Makefile.am:

doxygen/html/index.html: cfg/.doxygen $(addsuffix /.doxygen,$(DIST_SUBDIRS))
    $(DOXYGEN) ....
cfg/.doxygen:
    touch cfg/.doxygen

kludgy, but it works :-)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]