summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2009-08-28 15:55:17 -1000
committerDavid Cantrell <dcantrell@redhat.com>2009-09-02 09:18:47 -1000
commitd3545b4c3057651bb5bf4e61f6dc248f6638df96 (patch)
tree03a660643857c301c8eec406411cc4e2d604124c /.gitignore
parent328236b01f16abdc7893f2be93cea2c93b7b13d8 (diff)
downloadanaconda-d3545b4c3057651bb5bf4e61f6dc248f6638df96.tar.gz
anaconda-d3545b4c3057651bb5bf4e61f6dc248f6638df96.tar.xz
anaconda-d3545b4c3057651bb5bf4e61f6dc248f6638df96.zip
Include ui, liveinst, and lang-table strings in po updates (#515411)
We were losing strings from liveinst/liveinst.desktop.in, ui/*.glade, and lang-table whenever update-po would run. Expand the po/ Makefiles with Rules-lang-table, Rules-glade, and Rules-liveinst. These files add targets that generate the source files that the main po Makefile targets will read. Use intltool-extract to generate these source files from the glade files and the liveinst files. For lang-table, construct a source file manually. Modify scripts/getlangnames.py to open *.gmo files instead of *.mo files. In the ui/ and liveinst/ subdirs, add the *.h files to CLEANFILES so a 'make clean' operation will clear them out.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index d5d9f22e3..430e245c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,7 +28,9 @@ configure
depcomp
install-sh
lang-names
+lang-table.h
libtool
+liveinst/*.desktop.in.h
loader/dirbrowser
loader/keymaps-override-*
ltmain.sh
@@ -51,5 +53,6 @@ po/stamp-po
py-compile
stamp-h1
tags
+ui/*.glade.h
xutils.la
xutils_la-xutils.lo