]> git.saurik.com Git - apt.git/commitdiff
* doc/makefile:
authorDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 29 Jun 2011 14:38:49 +0000 (16:38 +0200)
committerDavid Kalnischkies <kalnischkies@gmail.com>
Wed, 29 Jun 2011 14:38:49 +0000 (16:38 +0200)
  - create doxygen directory to avoid depending on magic (Closes: #628799)

debian/changelog
doc/makefile

index 7598a139d5b76c77a35aa02dc8cb43f4811a565c..a2e08558d5c8a65e50a649c85b3f1390b03cdd96 100644 (file)
@@ -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 ]
index 8a889c94cc9563fbe5a3ccb80acdff6fdcc84a78..4fcf3bd10a822afcb5c4e811f01d6e5fd20df032 100644 (file)
@@ -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