[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39694] [SHEPHERD] [PATCH] build: Adjust clean targets.
From: |
Efraim Flashner |
Subject: |
[bug#39694] [SHEPHERD] [PATCH] build: Adjust clean targets. |
Date: |
Thu, 20 Feb 2020 17:42:21 +0200 |
Makefile.am: Add man pages to the 'make clean' target.
---
Currently 'man shepherd' shows version 0.6.1, 'man herd' 0.6.0, 'man
halt' and 'man reboot' 0.3.2. With this patch these 4 manpages are added
to the 'make clean' list and are deleted. The manpage creation works as
expected.
---
Makefile.am | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Makefile.am b/Makefile.am
index 9a1f019..8cf98d6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,7 @@
# Copyright © 2002, 2003 Wolfgang Jährling <address@hidden>
# Copyright © 2013, 2014, 2015, 2016, 2018, 2019 Ludovic Courtès
<address@hidden>
# Copyright © 2018 Carlo Zancanaro <address@hidden>
+# Copyright © 2020 Efraim Flashner <address@hidden>
#
# This file is part of the GNU Shepherd.
#
@@ -122,6 +123,8 @@ doc/%.8: modules/shepherd/scripts/%.scm
dist_man1_MANS = doc/shepherd.1 doc/herd.1
dist_man8_MANS = doc/halt.8 doc/reboot.8
+CLEANFILES += $(dist_man1_MANS) $(dist_man8_MANS)
+
# Things not automatically included in the distribution.
EXTRA_DIST += \
build-aux/config.rpath \
--
2.25.1
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#39694] [SHEPHERD] [PATCH] build: Adjust clean targets.,
Efraim Flashner <=