aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-05-15 10:44:21 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2022-06-12 16:08:47 -0300
commitecfc9e125ed64dad1e7de4ab0b5b14c98f2be411 (patch)
tree1ff6f3418f192d8e9358502329aba0cadeffa56b /Makefile.in
parentMakefile.in: remove redundant quotes around DISTFILES vars (diff)
downloadfirejail-ecfc9e125ed64dad1e7de4ab0b5b14c98f2be411.tar.gz
firejail-ecfc9e125ed64dad1e7de4ab0b5b14c98f2be411.tar.zst
firejail-ecfc9e125ed64dad1e7de4ab0b5b14c98f2be411.zip
Makefile.in: list one file per line on DISTFILES
To make it easier to read and edit them and to make the diffs clearer. vim commands used to search and replace: :0/DISTFILES/ | s/\v ([^=])/ \\\r\1/g | s/$/\r/
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in18
1 files changed, 17 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index df000aefc..91880e72b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -203,7 +203,23 @@ uninstall:
203 rm -f $(DESTDIR)$(datarootdir)/bash-completion/completions/firecfg 203 rm -f $(DESTDIR)$(datarootdir)/bash-completion/completions/firecfg
204 @echo "If you want to install a different version of firejail, you might also need to run 'rm -fr $(DESTDIR)$(sysconfdir)/firejail', see #2038." 204 @echo "If you want to install a different version of firejail, you might also need to run 'rm -fr $(DESTDIR)$(sysconfdir)/firejail', see #2038."
205 205
206DISTFILES = src etc m4 platform contrib configure configure.ac Makefile.in install.sh mkman.sh mketc.sh mkdeb.sh.in COPYING README RELNOTES 206DISTFILES = \
207src \
208etc \
209m4 \
210platform \
211contrib \
212configure \
213configure.ac \
214Makefile.in \
215install.sh \
216mkman.sh \
217mketc.sh \
218mkdeb.sh.in \
219COPYING \
220README \
221RELNOTES
222
207DISTFILES_TEST = test/Makefile.in test/apps test/apps-x11 test/apps-x11-xorg test/root test/private-lib test/fnetfilter test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/fs test/sysutils test/chroot 223DISTFILES_TEST = test/Makefile.in test/apps test/apps-x11 test/apps-x11-xorg test/root test/private-lib test/fnetfilter test/fcopy test/environment test/profiles test/utils test/compile test/filters test/network test/fs test/sysutils test/chroot
208 224
209dist: 225dist: