projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix typo in apt-pkg/acquire.cc which prevents Dl-Limit to work
[apt.git]
/
buildlib
/
debiandoc.mak
diff --git
a/buildlib/debiandoc.mak
b/buildlib/debiandoc.mak
index 0c20dc9117880b76a957befa9f6cbcf325cac3b5..f33474107e71723d386006f3ffeb3ce97013c604 100644
(file)
--- a/
buildlib/debiandoc.mak
+++ b/
buildlib/debiandoc.mak
@@
-27,7
+27,7
@@
vpath %.sgml $(SUBDIRS)
$(DOC)/%.html: %.sgml
echo Creating html for $< to $@
-rm -rf $@
- (HERE=`pwd`; cd $(@D) && $(DEBIANDOC_HTML) $$HERE/$<)
+ (HERE=`pwd`; cd $(@D) && $(DEBIANDOC_HTML) $
(DEBIANDOC_HTML_OPTIONS) $
$HERE/$<)
# Clean rule
.PHONY: veryclean/html/$(LOCAL)