diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-11-01 23:36:09 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-11-01 23:36:09 +0100 |
commit | 41f28cb341b1757162826ba2f8fc1ce75ecb25b7 (patch) | |
tree | a5c502ef6240aad265c18b6bdcfc29a0d490f57e /doc/makefile | |
parent | 944b2fffc4a54fbf9329faa579592cc758915a99 (diff) |
disable addendum for sgml-files as we have no valid file until now
Will be reenabled after Translators provide such a file.
Diffstat (limited to 'doc/makefile')
-rw-r--r-- | doc/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/makefile b/doc/makefile index 26ca52a9e..0cb135c7b 100644 --- a/doc/makefile +++ b/doc/makefile @@ -47,7 +47,7 @@ veryclean-subdirs: # 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\ + for dir in $(subst /addendum/,, $(dir $(wildcard */addendum/*))); do\ rm -f $$dir/offline.$$dir.sgml; \ rm -f $$dir/guide.$$dir.sgml; \ done |