summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2011-06-29 16:38:49 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2011-06-29 16:38:49 +0200
commitbd0fc582449b86f74be582e3407e09334ba9e71d (patch)
tree647f6b2edf8c4498d15bcc6c49bb773ff2c6613b
parenta9d2fdce1f1d5b4b428c215189a5b204ff91108b (diff)
* doc/makefile:
- create doxygen directory to avoid depending on magic (Closes: #628799)
-rw-r--r--debian/changelog8
-rw-r--r--doc/makefile1
2 files changed, 9 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7598a139d..a2e08558d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+apt (0.8.15.1) unstable; urgency=low
+
+ [ David Kalnischkies ]
+ * doc/makefile:
+ - create doxygen directory to avoid depending on magic (Closes: #628799)
+
+ -- David Kalnischkies <kalnischkies@gmail.com> Wed, 29 Jun 2011 16:37:58 +0200
+
apt (0.8.15) unstable; urgency=low
[ Julian Andres Klode ]
diff --git a/doc/makefile b/doc/makefile
index 8a889c94c..4fcf3bd10 100644
--- a/doc/makefile
+++ b/doc/makefile
@@ -101,6 +101,7 @@ $(BUILD)/doc/Doxyfile: Doxyfile.in
$(BUILD)/doc/doxygen-stamp: $(DOXYGEN_SOURCES) $(BUILD)/doc/Doxyfile
rm -fr $(BUILD)/doc/doxygen
+ mkdir $(BUILD)/doc/doxygen # some versions seem to not create this directory #628799
$(DOXYGEN) $(BUILD)/doc/Doxyfile
touch $(BUILD)/doc/doxygen-stamp