fix: remove translations for uninstall command
This commit is contained in:
parent
532d68fdff
commit
4420147c58
4
Makefile
4
Makefile
@ -53,6 +53,10 @@ install:
|
|||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
rm $(DESTDIR)/$(PREFIX)/bin/pooler
|
rm $(DESTDIR)/$(PREFIX)/bin/pooler
|
||||||
|
@for po in $(PO_DIRS) ; do \
|
||||||
|
rm $(DESTDIR)/$(PREFIX)/share/$$po/pooler.mo ; \
|
||||||
|
done
|
||||||
|
|
||||||
|
|
||||||
format:
|
format:
|
||||||
clang-format -i -style=file src/*.c src/*.h
|
clang-format -i -style=file src/*.c src/*.h
|
||||||
|
Loading…
Reference in New Issue
Block a user