Automatic Search for C/CXX/Vala files.
This commit is contained in:
parent
f145bf1c64
commit
aa78f6d42c
|
@ -6,8 +6,8 @@
|
|||
PO_DIR_NAME=po
|
||||
EXE_PATH="`readlink -f $0`"
|
||||
PRJ_PATH="${EXE_PATH%/*/*/*}"
|
||||
C_FILELIST="${PRJ_PATH}/src/latex-struct/*.vala"
|
||||
UI_FILELIST="${PRJ_PATH}/ui/*.glade"
|
||||
C_FILELIST="`find ${PRJ_PATH}/src -type f -regex '.*\.\(c\|cxx\|cpp\|vala\)$'`"
|
||||
#UI_FILELIST="`find ${PRJ_PATH}/ui -type f -regex '.*\.\(glade\)$'`"
|
||||
SOURCE_POT=source.pot
|
||||
GLADE_POT=glade.pot
|
||||
|
||||
|
|
Loading…
Reference in New Issue