Skip to content

Commit

Permalink
fix generation of systemd service
Browse files Browse the repository at this point in the history
The shell template is no longer required to generate man pages, so more
it to systemd/ and ship it in tarball.

Signed-off-by: Wouter Verhelst <w@uter.be>
  • Loading branch information
eworm-de authored and yoe committed Mar 6, 2024
1 parent 9e9e016 commit f8d7d3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions systemd/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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
File renamed without changes.

0 comments on commit f8d7d3d

Please sign in to comment.