aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-07-22 12:47:00 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-07-24 13:18:43 -0300
commitde84b4d1cfb6e76654f8a563fd8e228e15af6bce (patch)
tree61797fe1b4f88de181d735bc6bfa9cb99e550372 /Makefile
parentbuild(deps): bump github/codeql-action from 2.20.4 to 2.21.0 (diff)
downloadfirejail-de84b4d1cfb6e76654f8a563fd8e228e15af6bce.tar.gz
firejail-de84b4d1cfb6e76654f8a563fd8e228e15af6bce.tar.zst
firejail-de84b4d1cfb6e76654f8a563fd8e228e15af6bce.zip
build: format DISTFILES / DISTFILES_TEST
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile52
1 files changed, 34 insertions, 18 deletions
diff --git a/Makefile b/Makefile
index 93fcb4e9a..a473363d5 100644
--- a/Makefile
+++ b/Makefile
@@ -293,24 +293,40 @@ uninstall: config.mk
293 @echo "If you want to install a different version of firejail, you might also need to run 'rm -fr $(DESTDIR)$(sysconfdir)/firejail', see #2038." 293 @echo "If you want to install a different version of firejail, you might also need to run 'rm -fr $(DESTDIR)$(sysconfdir)/firejail', see #2038."
294 294
295DISTFILES = \ 295DISTFILES = \
296COPYING \ 296 COPYING \
297Makefile \ 297 Makefile \
298README \ 298 README \
299RELNOTES \ 299 RELNOTES \
300config.mk.in \ 300 config.mk.in \
301config.sh.in \ 301 config.sh.in \
302configure \ 302 configure \
303configure.ac \ 303 configure.ac \
304contrib \ 304 contrib \
305etc \ 305 etc \
306install.sh \ 306 install.sh \
307m4 \ 307 m4 \
308mkdeb.sh \ 308 mkdeb.sh \
309mketc.sh \ 309 mketc.sh \
310platform \ 310 platform \
311src 311 src
312 312
313DISTFILES_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 313DISTFILES_TEST = \
314 test/Makefile \
315 test/apps \
316 test/apps-x11 \
317 test/apps-x11-xorg \
318 test/capabilities \
319 test/private-lib \
320 test/fnetfilter \
321 test/fcopy \
322 test/environment \
323 test/profiles \
324 test/utils \
325 test/compile \
326 test/filters \
327 test/network \
328 test/fs \
329 test/sysutils
314 330
315.PHONY: dist 331.PHONY: dist
316dist: config.mk 332dist: config.mk