Skip to content

Commit

Permalink
Automate generation of POTFILES.in.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.isais.edf.fr/mfee/saturne/trunk@5772 e44c5d27-f830-0410-8ce8-974f7a764be6
  • Loading branch information
Yvan Fournier committed Feb 11, 2014
1 parent 5554727 commit 5263ddc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 207 deletions.
207 changes: 0 additions & 207 deletions po/POTFILES.in

This file was deleted.

4 changes: 4 additions & 0 deletions sbin/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ if [ ! -d sbin ]; then
exit 1
fi

# update POTFILES.in

ls preprocessor/*/*.c src/*/*.c* | grep -v user_examples > po/POTFILES.in

# Remove unversioned files added by previous bootstrap

for d in . libple
Expand Down

0 comments on commit 5263ddc

Please sign in to comment.