diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-05 10:31:20 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-02-06 23:16:17 -0500 |
commit | c78ab91132aab9193f3c17a9a206f8825ff4be84 (patch) | |
tree | 5844ab1f9f3652e9fa5a894b898c5108270cda89 /Makefile-man.am | |
parent | 7ad94c716d6403233d04c4d37cb14df958c9b65d (diff) |
build-sys: substitute strings in systemd.unit(5)
Makefile.am is updated to deal with .xml.in sources. Nothing in the
output is really changed yet, this is just preparation.
Diffstat (limited to 'Makefile-man.am')
-rw-r--r-- | Makefile-man.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile-man.am b/Makefile-man.am index d54d67cf11..ee9a952765 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -477,3 +477,6 @@ MANPAGES_ALIAS += \ # endif + +CLEANFILES += \ + man/systemd.unit.xml |