public inbox for annobin@sourceware.org
 help / color / mirror / Atom feed
From: Mark Wielaard <mark@klomp.org>
To: annobin@sourceware.org
Cc: Mark Wielaard <mark@klomp.org>
Subject: [PATCH] Clean a bit more. Remove generated man pages and tmp_ test dirs
Date: Sat, 15 Apr 2023 23:22:09 +0200	[thread overview]
Message-ID: <20230415212209.205867-1-mark@klomp.org> (raw)

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


             reply	other threads:[~2023-04-15 21:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-15 21:22 Mark Wielaard [this message]
2023-04-17 12:31 ` Nick Clifton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230415212209.205867-1-mark@klomp.org \
    --to=mark@klomp.org \
    --cc=annobin@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).