]> git.sur5r.net Git - bacula/bacula/commitdiff
Update po Makefile
authorKern Sibbald <kern@sibbald.com>
Wed, 2 Apr 2014 17:32:20 +0000 (19:32 +0200)
committerKern Sibbald <kern@sibbald.com>
Wed, 2 Apr 2014 17:32:20 +0000 (19:32 +0200)
bacula/po/Makefile.in.in

index 9ff8751cfbe29ea8035c9d61a6e403aa0274ef17..61e4f526cf6733ea0cc20dc0e5838a1c8eab3e03 100644 (file)
@@ -386,9 +386,7 @@ depend:
 gen-potfiles:
        echo "# List of source files containing translatable strings." > POTFILES.in
        echo "# To generate this file, type 'make gen-potfiles'" >> POTFILES.in
-       cd .. && find -name "*.c" >> po/POTFILES.in
-       cd .. && find -name "*.h" >> po/POTFILES.in
-       cd .. && find -name "*.cpp" >> po/POTFILES.in
+       cd .. && git ls-files *.c *.h *.cpp >> po/POTFILES.in
 
 # Tell versions [3.59,3.63) of GNU make not to export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.