]> git.lyx.org Git - features.git/blobdiff - po/Makefile.in.in
small fixes and po file update
[features.git] / po / Makefile.in.in
index ff8f18662e566744dd1b53f7de86a3e88c2d5f7a..a1533fad47014b33a42686e8d56843ea9e1784ea 100644 (file)
@@ -110,11 +110,11 @@ $(srcdir)/stamp-cat-id: $(PACKAGE).pot
        cd $(srcdir) && rm -f stamp-cat-id && echo timestamp > stamp-cat-id
 
 $(top_srcdir)/src/ext_l10n.h: $(top_srcdir)/lib/layouts/*.layout $(top_srcdir)/lib/layouts/*.inc $(top_srcdir)/lib/ui/default.ui $(top_srcdir)/lib/languages
-       grep -i -E "submenu|item|optitem" $(top_srcdir)/lib/ui/default.ui | cut -d '"' -f 2 | \
-               awk '{printf "_(\"%s\");\n", $$0}' > $@
-       cat $(top_srcdir)/lib/layouts/*.layout $(top_srcdir)/lib/layouts/*.inc | grep -i -E "[ ]*style .+$$" | \
-               cut -d ' ' -f 2 | sort | uniq | awk '{printf "_(\"%s\");\n", $$0}' >> $@
-       awk -F '"' '$$2 {printf "_(\"%s\");\n", $$2}' $(top_srcdir)/lib/languages >> $@
+       grep -i -E "submenu|item|optitem" $(top_srcdir)/lib/ui/default.ui | cut -d '"' -f 2 | \
+               awk '$$0 {printf "_(\"%s\");\n", $$0}' > $@
+       grep -i -E "[ ]*style .+$$" $(top_srcdir)/lib/layouts/*.layout $(top_srcdir)/lib/layouts/*.inc | \
+               cut -d ' ' -f 2 | sort | uniq | awk '$$0 {printf "_(\"%s\");\n", $$0}' >> $@
+       awk -F '"' '$$2 {printf "_(\"%s\");\n", $$2}' $(top_srcdir)/lib/languages >> $@
 
 install: install-exec install-data
 install-exec: