Code

Node tool: fix snapping of node rotation center
[inkscape.git] / generate_POTFILES.sh
index adbc667f4062b20fc3a9046614f460329ea4ca80..cff07c8df68fbc2bb4eeaa2b10d4ec05fb3d0a0b 100755 (executable)
@@ -19,6 +19,7 @@ rm -f po/POTFILES.in.new
  echo "# Generated by $prog at `date`"
  echo "[encoding: UTF-8]"
  echo "inkscape.desktop.in"
+ echo "share/filters/filters.svg.h"
 
  find src \( -name '*.cpp' -o -name '*.[ch]' \) -type f -print0 | xargs -0 egrep -l '(\<[QNC]?_|gettext) *\(' | sort
  find share/extensions -name '*.py' -type f -print0 | xargs -0 egrep -l '(\<[QNC]?_|gettext) *\(' | sort
@@ -28,3 +29,6 @@ rm -f po/POTFILES.in.new
 diff -q po/POTFILES.in po/POTFILES.in.new ||:
 mv po/POTFILES.in.new po/POTFILES.in
 echo "Done."
+echo ""
+echo "Now you need to run 'make distcheck' to find all the"
+echo "places that get broken because of this script."