]> git.saurik.com Git - apt.git/blobdiff - buildlib/po4a_manpage.mak
merged from debian-sid branch
[apt.git] / buildlib / po4a_manpage.mak
index 6eec9d031ee0271b113f135ae5cc5b3af0186f0d..11dc11d28925a9d2125c2f19a51542956b352c24 100644 (file)
@@ -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),,$@) $@