aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorLibravatar Tad <tad@spotco.us>2020-09-12 14:44:21 -0400
committerLibravatar Tad <tad@spotco.us>2020-09-12 14:44:21 -0400
commit4de61a4b8fae97218de7405273cfe6b8810567f0 (patch)
tree4b3b3d3f5706257734d48d4f505d6d84c97063d1 /Makefile.in
parentprint errors to stderr and prefix them consistently (diff)
downloadfirejail-4de61a4b8fae97218de7405273cfe6b8810567f0.tar.gz
firejail-4de61a4b8fae97218de7405273cfe6b8810567f0.tar.zst
firejail-4de61a4b8fae97218de7405273cfe6b8810567f0.zip
make rpms: fix man file inclusion
$ make rpms ./platform/rpm/mkrpm.sh firejail 0.9.63 sed: can't read src/man/firejail.man: No such file or directory sed: can't read src/man/firemon.man: No such file or directory sed: can't read src/man/firejail-profile.man: No such file or directory
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 1b2e21947..ea68e4102 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -202,7 +202,7 @@ test-compile: dist
202 cd test/compile; ./compile.sh $(NAME)-$(VERSION) 202 cd test/compile; ./compile.sh $(NAME)-$(VERSION)
203 203
204.PHONY: rpms 204.PHONY: rpms
205rpms: 205rpms: man
206 ./platform/rpm/mkrpm.sh $(NAME) $(VERSION) 206 ./platform/rpm/mkrpm.sh $(NAME) $(VERSION)
207 207
208extras: all 208extras: all