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.
  • Loading branch information
eworm-de authored and yoe committed Mar 6, 2024
1 parent 9e9e016 commit 38ec699
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 = [email protected]
DISTCLEANFILES = [email protected]
EXTRA_DIST[email protected]
EXTRA_DIST[email protected] sh.tmpl

[email protected]: [email protected]
sh [email protected] > [email protected]

[email protected]: [email protected] ../man/sh.tmpl
cat ../man/sh.tmpl [email protected] > [email protected]
[email protected]: [email protected] sh.tmpl
cat sh.tmpl [email protected] > [email protected]
echo EOF >> [email protected]
File renamed without changes.

0 comments on commit 38ec699

Please sign in to comment.