+openafs (1.6.0~pre7-3) UNRELEASED; urgency=low
+
+ * Fix another Doxygen call to generate a configuration file, and remove
+ the generated configuration files after Doxygen runs.
+
+ -- Russ Allbery <rra@debian.org> Sun, 24 Jul 2011 17:30:26 -0700
+
openafs (1.6.0~pre7-2) unstable; urgency=low
* Force use of dblatex to build the manual, even if docbook2pdf is
cp doc/xml/AdminGuide/*.png $(DOCS)/html/AdminGuide/
mkdir $(DOCS)/html/arch-overview
cp doc/arch/arch-overview.h $(DOCS)/html/arch-overview
- cd $(DOCS)/html/arch-overview && doxygen *.h && rm *.h && mv html/* . \
- && rm -r latex html
+ cd $(DOCS)/html/arch-overview && doxygen -g && doxygen \
+ && rm Doxyfile *.h && mv html/* . && rm -r latex html
set -e; for h in doc/protocol/*.h ; do \
mkdir $(DOCS)/html/`basename $$h .h` ; \
cp $$h $(DOCS)/html/`basename $$h .h` ; \
cd $(DOCS)/html/`basename $$h .h` && doxygen -g && doxygen \
- && rm *.h && mv html/* . && rm -r latex html \
+ && rm Doxyfile *.h && mv html/* . && rm -r latex html \
&& cd $(CURDIR) ; \
done