Skip to content

Commit

Permalink
Recursively delete POT directory (#18)
Browse files Browse the repository at this point in the history
* Fully regenerate POT files

* Recursively delete POT directory
  • Loading branch information
Daltz333 committed Aug 21, 2020
1 parent dff41e9 commit b9a0778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ MAINPROJECT=frc-docs
cd `dirname $0`/..

# Create POT Files
rm locale/pot
rm -rf locale/pot
sphinx-build -T -b gettext $MAINPROJECT/source locale/pot

# Update .tx/config
Expand Down

0 comments on commit b9a0778

Please sign in to comment.