From: David Kalnischkies Date: Thu, 29 Oct 2009 20:34:31 +0000 (+0100) Subject: remove generated sgml files (if we really had build them) X-Git-Tag: 0.7.25~8^2~5^2 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/944b2fffc4a54fbf9329faa579592cc758915a99?hp=--cc remove generated sgml files (if we really had build them) --- 944b2fffc4a54fbf9329faa579592cc758915a99 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