mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 20:23:49 +01:00
Minor Makefile fixes
This commit is contained in:
parent
114cc32fd8
commit
eadc85d316
@ -10,7 +10,7 @@ include ../common.mk
|
||||
all: ${MOS}
|
||||
|
||||
clean:
|
||||
rm -rf POTFILES.in POTFILES.in.tmp $(patsubst %.po, %, $(CATALOGS)) ${PROJECT}.pot
|
||||
$(QUIET)rm -rf POTFILES.in POTFILES.in.tmp $(patsubst %.po, %, $(CATALOGS)) ${PROJECT}.pot
|
||||
|
||||
POTFILES.in: $(wildcard ../*.c)
|
||||
$(QUIET) set -e && rm -f $@.tmp && touch $@.tmp && \
|
||||
|
Loading…
Reference in New Issue
Block a user