projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
More changes to the SmartUnpack method to allow imediate configuration of all packages.
[apt.git]
/
doc
/
makefile
diff --git
a/doc/makefile
b/doc/makefile
index 8a889c94cc9563fbe5a3ccb80acdff6fdcc84a78..4fcf3bd10a822afcb5c4e811f01d6e5fd20df032 100644
(file)
--- 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