summaryrefslogtreecommitdiff
path: root/doc/makefile
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2009-12-10 20:48:36 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2009-12-10 20:48:36 +0100
commit3e2f480d7ad43f565bf2253fc598c2b80a22560f (patch)
tree9328c276084c60db8bcea258b35c9d69e9da4a3b /doc/makefile
parentfb3dc57975989a6514577569af9171732b7c5403 (diff)
parent944b2fffc4a54fbf9329faa579592cc758915a99 (diff)
merged -r1887..1901 from lp:~donkult/apt/sid
Diffstat (limited to 'doc/makefile')
-rw-r--r--doc/makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/makefile b/doc/makefile
index fe53aba48..26ca52a9e 100644
--- a/doc/makefile
+++ b/doc/makefile
@@ -43,6 +43,14 @@ veryclean-subdirs:
for dir in $(SUBDIRS); do\
$(MAKE) -C $$dir veryclean; \
done
+ # FIXME remove created sgml files, but preserve all
+ # which are "left over" from older systems.
+ # After completing the transition this should be handled
+ # in the po4a-manpage makefile for all translations
+ for dir in $(subst /addendum/,, $(dir $(wildcard */addendum/debiandoc*))); do\
+ rm -f $$dir/offline.$$dir.sgml; \
+ rm -f $$dir/guide.$$dir.sgml; \
+ done
ifdef PO4A
doc: po4a