public inbox for annobin@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Clean a bit more. Remove generated man pages and tmp_ test dirs
@ 2023-04-15 21:22 Mark Wielaard
  2023-04-17 12:31 ` Nick Clifton
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Wielaard @ 2023-04-15 21:22 UTC (permalink / raw)
  To: annobin; +Cc: Mark Wielaard

---
 doc/Makefile.am   | 2 ++
 tests/Makefile.am | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 41401c0..268b291 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -63,3 +63,5 @@ run-on-binaries-in.1:	$(srcdir)/$(info_TEXINFOS)
 	-($(POD2MAN) run-on-binaries-in.pod | sed -e '/^.if n .na/d' > $@.T$$$$ && \
 		mv -f $@.T$$$$ $@) || (rm -f $@.T$$$$ && exit 1)
 	rm -f run-on-binaries-in.pod
+
+CLEANFILES = $(man_MANS)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 99857b9..55a44ee 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -43,3 +43,6 @@ endif
 # FIXME: Add a test for examining archives...
 # FIXME: Add a test for examining rpms...
 # FIXME: Add a test for examining repositories...
+
+clean-local:
+	-rm -rf tmp_*
-- 
2.31.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Clean a bit more. Remove generated man pages and tmp_ test dirs
  2023-04-15 21:22 [PATCH] Clean a bit more. Remove generated man pages and tmp_ test dirs Mark Wielaard
@ 2023-04-17 12:31 ` Nick Clifton
  0 siblings, 0 replies; 2+ messages in thread
From: Nick Clifton @ 2023-04-17 12:31 UTC (permalink / raw)
  To: Mark Wielaard, annobin

Hi Mark,

>   doc/Makefile.am   | 2 ++
>   tests/Makefile.am | 3 +++

Thanks - patch applied.

Cheers
   Nick


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-04-17 12:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-15 21:22 [PATCH] Clean a bit more. Remove generated man pages and tmp_ test dirs Mark Wielaard
2023-04-17 12:31 ` Nick Clifton

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).