From c5f8c9e73ea2baf111eb9fee9aa71b67a760a785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Marciniak?= <50745572+sunwire@users.noreply.github.com> Date: Sat, 30 Apr 2022 19:29:16 +0100 Subject: [PATCH] Add distclean rule to satisfy distcheck (#53) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update c-cpp.yml * Add distclean rule to satisfy distcheck * Revert "Update c-cpp.yml" This reverts commit 6a9628d533327fbd50105011f8e265623e831c80. Co-authored-by: Paweł Marciniak --- man/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/man/Makefile.am b/man/Makefile.am index e782670..577032b 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -9,3 +9,7 @@ stenc.1: stenc.rst clean: rm -f stenc.1 + +distclean: clean + rm -f Makefile +