aboutsummaryrefslogtreecommitdiffstats
path: root/src/zsh_completion/Makefile.in
blob: fceab1d00350e9368233eb74591f1d0ebc09796f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.PHONY: all
all: _firejail

ROOT = ../..
include $(ROOT)/config.mk

_firejail: _firejail.in
	gawk -f ../man/preproc.awk -- $(MANFLAGS) < $< > $@.tmp
	sed "s|_SYSCONFDIR_|$(sysconfdir)|" < $@.tmp > $@
	rm $@.tmp

.PHONY: clean
clean:
	rm -fr _firejail

.PHONY: distclean
distclean: clean
	rm -fr Makefile