Discussion:
[Thinkfinger-devel] [PATCH] Also clean latex/* autodocs
Luca Capello
2007-08-01 18:05:05 UTC
Permalink
Hello,

the LaTeX documentation generated via Doxygen is not cleaned, which is
not the case for the HTML documentation. This is a problem in the
Debian package, because it causes a second and successive build to
fail.

The patch is trivial:

--8<---------------cut here---------------start------------->8---
Index: docs/autodocs/Makefile.am
===================================================================
--- docs/autodocs/Makefile.am (revision 108)
+++ docs/autodocs/Makefile.am (working copy)
@@ -5,4 +5,4 @@
doxygen $(srcdir)/Doxyfile ; \
fi

-CLEANFILES = html/*
+CLEANFILES = html/* latex/*
--8<---------------cut here---------------end--------------->8---

Thx, bye,
Gismo / Luca

Loading...