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