mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
docs: Call reformat-news.py with $(PYTHON)
This is the only Python script which we invoke directly, which works pretty fine in general but becomes a problem if the user has explicitly overridden Python binary detection at configure time. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
596fc3e389
commit
9265b54d93
@ -57,7 +57,7 @@ NEWS: \
|
|||||||
$(srcdir)/docs/news.xml \
|
$(srcdir)/docs/news.xml \
|
||||||
>$@-tmp \
|
>$@-tmp \
|
||||||
|| { rm -f $@-tmp; exit 1; }; \
|
|| { rm -f $@-tmp; exit 1; }; \
|
||||||
$(srcdir)/docs/reformat-news.py $@-tmp >$@ \
|
$(PYTHON) $(srcdir)/docs/reformat-news.py $@-tmp >$@ \
|
||||||
|| { rm -f $@-tmp; exit 1; }; \
|
|| { rm -f $@-tmp; exit 1; }; \
|
||||||
rm -f $@-tmp; \
|
rm -f $@-tmp; \
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user