Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Update for new source layout.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.pgadmin.org/trunk@4274 a7884b65-44f6-0310-8a51-81a127f17b15
  • Loading branch information
dpage committed Jun 2, 2005
1 parent ace100b commit 663beed
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 12 deletions.
26 changes: 20 additions & 6 deletions stringextract
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,28 @@
#######################################################################

cp pgadmin3-release.pot pgadmin3.pot

xgettext -k_ -k__ -j -s -o pgadmin3.pot src/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/include/*.h
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/agent/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/base/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/ctl/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/db/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/dlg/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/frm/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/main/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/schema/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/ui/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/utils/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/slony/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/slony/include/*.h
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/agent/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/utils/*.cpp

xgettext -k_ -k__ -j -s -o pgadmin3.pot src/include/*.h
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/include/base/*.h
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/include/ctl/*.h
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/include/nodes/*.h
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/include/parser/*.h
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/agent/include/*.h
wxrc -g src/ui/common/*.xrc | xgettext -k_ -k__ -L C -j -s -o pgadmin3.pot -
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/slony/include/*.h

xgettext -k_ -k__ -j -s -o pgadmin3.pot xtra/pgagent/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot xtra/pgagent/include/*.h

wxrc -g src/ui/*.xrc | xgettext -k_ -k__ -L C -j -s -o pgadmin3.pot -
26 changes: 20 additions & 6 deletions stringextract.bat
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,29 @@ REM #
REM #######################################################################

copy pgadmin3-release.pot pgadmin3.pot

xgettext -k_ -k__ -j -s -o pgadmin3.pot src/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/include/*.h
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/agent/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/base/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/ctl/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/db/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/dlg/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/frm/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/main/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/schema/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/ui/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/utils/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/slony/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/slony/include/*.h
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/agent/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/utils/*.cpp

xgettext -k_ -k__ -j -s -o pgadmin3.pot src/include/*.h
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/include/base/*.h
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/include/ctl/*.h
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/include/nodes/*.h
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/include/parser/*.h
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/agent/include/*.h
wxrc -g src/ui/common/*.xrc | xgettext -k_ -k__ -L C -j -s -o pgadmin3.pot -
xgettext -k_ -k__ -j -s -o pgadmin3.pot src/slony/include/*.h

xgettext -k_ -k__ -j -s -o pgadmin3.pot xtra/pgagent/*.cpp
xgettext -k_ -k__ -j -s -o pgadmin3.pot xtra/pgagent/include/*.h

wxrc -g src/ui/*.xrc | xgettext -k_ -k__ -L C -j -s -o pgadmin3.pot -

0 comments on commit 663beed

Please sign in to comment.