diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-09-17 15:06:38 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-09-17 15:06:38 +0200 |
commit | cdf13dc287dcd4603152339364d894601e4a6c05 (patch) | |
tree | 819b63c085d1c5e2df506e1d09599949957647ae /buildlib/po4a_manpage.mak | |
parent | 3b3a681c79d3e5c32fcd6ccb87e74e5ca6e234b4 (diff) | |
parent | 9ef21af3d8325ef6889fdf9f015b497a71c9f845 (diff) |
merged from lp:~donkult/apt/sid
Diffstat (limited to 'buildlib/po4a_manpage.mak')
-rw-r--r-- | buildlib/po4a_manpage.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildlib/po4a_manpage.mak b/buildlib/po4a_manpage.mak index 6eec9d031..11dc11d28 100644 --- a/buildlib/po4a_manpage.mak +++ b/buildlib/po4a_manpage.mak @@ -27,7 +27,7 @@ veryclean: veryclean/$(LOCAL) $($(LOCAL)-LIST) :: % : %.xml $(INCLUDES) echo Creating man page $@ - $(XSLTPROC) -o $@ $(STYLESHEET) $< # why xsltproc doesn't respect the -o flag here??? + $(XSLTPROC) -o $@ $(STYLESHEET) $< || exit 200 # why xsltproc doesn't respect the -o flag here??? test -f $(subst .$(LC),,$@) || echo FIXME: xsltproc respect the -o flag now, workaround can be removed mv -f $(subst .$(LC),,$@) $@ |