From de84b4d1cfb6e76654f8a563fd8e228e15af6bce Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 22 Jul 2023 12:47:00 -0300 Subject: build: format DISTFILES / DISTFILES_TEST --- Makefile | 52 ++++++++++++++++++++++++++++++++++------------------ 1 file changed, 34 insertions(+), 18 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 93fcb4e9a..a473363d5 100644 --- a/Makefile +++ b/Makefile @@ -293,24 +293,40 @@ uninstall: config.mk @echo "If you want to install a different version of firejail, you might also need to run 'rm -fr $(DESTDIR)$(sysconfdir)/firejail', see #2038." DISTFILES = \ -COPYING \ -Makefile \ -README \ -RELNOTES \ -config.mk.in \ -config.sh.in \ -configure \ -configure.ac \ -contrib \ -etc \ -install.sh \ -m4 \ -mkdeb.sh \ -mketc.sh \ -platform \ -src - -DISTFILES_TEST = test/Makefile test/apps test/apps-x11 test/apps-x11-xorg test/capabilities test/private-lib test/fnetfilter test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/fs test/sysutils + COPYING \ + Makefile \ + README \ + RELNOTES \ + config.mk.in \ + config.sh.in \ + configure \ + configure.ac \ + contrib \ + etc \ + install.sh \ + m4 \ + mkdeb.sh \ + mketc.sh \ + platform \ + src + +DISTFILES_TEST = \ + test/Makefile \ + test/apps \ + test/apps-x11 \ + test/apps-x11-xorg \ + test/capabilities \ + test/private-lib \ + test/fnetfilter \ + test/fcopy \ + test/environment \ + test/profiles \ + test/utils \ + test/compile \ + test/filters \ + test/network \ + test/fs \ + test/sysutils .PHONY: dist dist: config.mk -- cgit v1.2.3-54-g00ecf