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:
parent
eea86c986f
commit
1fc1923021
5 changed files with 7 additions and 23 deletions
2
Makefile
2
Makefile
|
|
@ -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= \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue