* [bug#39694] [SHEPHERD] [PATCH] build: Adjust clean targets.
@ 2020-02-20 15:42 Efraim Flashner
2020-03-06 11:10 ` bug#39694: " Ludovic Courtès
0 siblings, 1 reply; 2+ messages in thread
From: Efraim Flashner @ 2020-02-20 15:42 UTC (permalink / raw)
To: 39694; +Cc: Efraim Flashner
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 <wolfgang@pro-linux.de>
# Copyright © 2013, 2014, 2015, 2016, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
# Copyright © 2018 Carlo Zancanaro <carlo@zancanaro.id.au>
+# Copyright © 2020 Efraim Flashner <efraim@flashner.co.il>
#
# 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#39694: [SHEPHERD] [PATCH] build: Adjust clean targets.
2020-02-20 15:42 [bug#39694] [SHEPHERD] [PATCH] build: Adjust clean targets Efraim Flashner
@ 2020-03-06 11:10 ` Ludovic Courtès
0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2020-03-06 11:10 UTC (permalink / raw)
To: Efraim Flashner; +Cc: 39694-done
Hi Efraim,
Efraim Flashner <efraim@flashner.co.il> skribis:
> 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.
[...]
> +CLEANFILES += $(dist_man1_MANS) $(dist_man8_MANS)
This would remove man pages upon “make clean”, whereas they should only
be removed upon “make distclean”, per GNU conventions.
I went with a different fix in Shepherd commit
f32a2ff8ad329f224b2f693ad7e9fefac142a459.
Thank you!
Ludo’.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-03-06 11:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-20 15:42 [bug#39694] [SHEPHERD] [PATCH] build: Adjust clean targets Efraim Flashner
2020-03-06 11:10 ` bug#39694: " Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).