summaryrefslogtreecommitdiff
path: root/buildlib
diff options
context:
space:
mode:
authorbubulle@debian.org <>2008-03-15 19:02:15 +0100
committerbubulle@debian.org <>2008-03-15 19:02:15 +0100
commitc5bb61fd5a77c5743deb95a1fe0b3a48b10be405 (patch)
tree6df1a31e8f3126ab503f8c071aa058607d557266 /buildlib
parentd2f3195a03a718ffb56924282727700f02ca9c49 (diff)
Fix Polish offline translation
Diffstat (limited to 'buildlib')
-rw-r--r--buildlib/debiandoc.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildlib/debiandoc.mak b/buildlib/debiandoc.mak
index 0c20dc911..f33474107 100644
--- 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)