Fix paths to extract strings from

pull/230/head
Hleb Valoshka 2019-02-14 21:28:34 +03:00
parent 3e0674b9cb
commit cb230cab02
1 changed files with 1 additions and 2 deletions

View File

@ -18,8 +18,7 @@ $(pot_file)-update:
--output=$(pot_file) \
--from-code=utf-8 \
../data/data.cpp \
$$(find ../src -path ../src/celestia/kde -prune -o -name \*.cpp -o -name \*.h) \
$$(find ../src/celestia/macosx -name \*.m -o -name \*.mm -o -name \*.h)
$$(find ../src -path ../src/celestia/kde -prune -path ../src/tools -prune -o -name \*.cpp -o -name \*.h -o -name \*.m -o -name \*.mm)
po-update: $(po_files)