diff --git a/systemd/Makefile.am b/systemd/Makefile.am index f771dce6..204f06ff 100644 --- a/systemd/Makefile.am +++ b/systemd/Makefile.am @@ -5,11 +5,11 @@ noinst_DATA = nbd@.service DISTCLEANFILES = nbd@.service -EXTRA_DIST=nbd@.service.tmpl +EXTRA_DIST=nbd@.service.tmpl sh.tmpl nbd@.service: nbd@.service.sh sh nbd@.service.sh > nbd@.service -nbd@.service.sh.in: nbd@.service.tmpl ../man/sh.tmpl - cat ../man/sh.tmpl nbd@.service.tmpl > nbd@.service.sh.in +nbd@.service.sh.in: nbd@.service.tmpl sh.tmpl + cat sh.tmpl nbd@.service.tmpl > nbd@.service.sh.in echo EOF >> nbd@.service.sh.in diff --git a/man/sh.tmpl b/systemd/sh.tmpl similarity index 100% rename from man/sh.tmpl rename to systemd/sh.tmpl