From: Kern Sibbald Date: Wed, 2 Apr 2014 17:32:20 +0000 (+0200) Subject: Update po Makefile X-Git-Tag: Release-7.0.2~1 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c3b1c8047654c98582de43ad078686f54605c76b;p=bacula%2Fbacula Update po Makefile --- diff --git a/bacula/po/Makefile.in.in b/bacula/po/Makefile.in.in index 9ff8751cfb..61e4f526cf 100644 --- a/bacula/po/Makefile.in.in +++ b/bacula/po/Makefile.in.in @@ -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.