|
@@ -62,10 +62,6 @@ serve: stamp-npm
|
|
|
serve_bg: stamp-npm
|
|
|
$(HTTPSERVE) -p $(HTTPSERVE_PORT) -c-1 -s &
|
|
|
|
|
|
-.PHONY: notemps
|
|
|
-notemps:
|
|
|
- find -name "*~" -exec rm {} \;
|
|
|
-
|
|
|
########################################################################
|
|
|
## Translation machinery
|
|
|
|
|
@@ -102,7 +98,6 @@ release:
|
|
|
make pot
|
|
|
make po
|
|
|
make build
|
|
|
- make notemps
|
|
|
npm pack
|
|
|
|
|
|
.PHONY: postrelease
|