Rename *.es6 to *.js

*.es6 isn't standard naming, that was just an old cockpit-ism. All files
are treated as ES6.
This commit is contained in:
Martin Pitt 2019-07-11 13:23:22 +02:00 committed by Katerina Koukiou
parent eea86c986f
commit 1fc1923021
5 changed files with 7 additions and 23 deletions

View file

@ -21,7 +21,7 @@ LINGUAS=$(basename $(notdir $(wildcard po/*.po)))
po/POTFILES.js.in:
mkdir -p $(dir $@)
find src/ -name '*.js' -o -name '*.jsx' -o -name '*.es6' > $@
find src/ -name '*.js' -o -name '*.jsx' > $@
po/$(PACKAGE_NAME).js.pot: po/POTFILES.js.in
xgettext --default-domain=cockpit --output=$@ --language=C --keyword= \