mirror of
https://github.com/systemd/systemd.git
synced 2025-02-27 01:57:35 +03:00
build-sys: add missing $
Fixup for 25ee45f99.
This commit is contained in:
parent
3c912ded61
commit
e76d2e20a5
@ -3515,7 +3515,7 @@ sphinx-%:
|
||||
$(AM_V_at)echo Output has been generated in $(abs_top_builddir)/man/python-systemd/
|
||||
|
||||
destdir-sphinx: all
|
||||
dir="$(mktemp -d /tmp/systemd-install.XXXXXX)" && \
|
||||
dir="$$(mktemp -d /tmp/systemd-install.XXXXXX)" && \
|
||||
$(MAKE) DESTDIR="$$dir" install && \
|
||||
$(MAKE) DESTDIR="$$dir" sphinx-html && \
|
||||
rm -rf "$$dir"
|
||||
|
Loading…
x
Reference in New Issue
Block a user