]> git.saurik.com Git - apt.git/blobdiff - doc/makefile
Added code to allow SmartConfigure to be called mutiple times on the same package...
[apt.git] / doc / makefile
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