diff options
author | Brian Cameron <brian.cameron@sun.com> | 2007-01-29 09:15:30 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2007-01-29 09:15:30 +0000 |
commit | 5e3f4574c3fbfe46da612db0905db9eb2804160e (patch) | |
tree | 2f69972ade4d22bf1c47c6c095e8e8019f4cdabe /po | |
parent | 0aea4a2d66d8135affb765f3f0cd03f4922d1403 (diff) | |
download | gdm-5e3f4574c3fbfe46da612db0905db9eb2804160e.tar.gz |
Do not reference desktop.in.in files in POTFILES.in. This makes make
2007-01-29 Brian Cameron <brian.cameron@sun.com>
* POTFILES.in: Do not reference desktop.in.in files in POTFILES.in.
This makes make distcheck mad.
svn path=/trunk/; revision=4550
Diffstat (limited to 'po')
-rw-r--r-- | po/ChangeLog | 5 | ||||
-rw-r--r-- | po/POTFILES.in | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/po/ChangeLog b/po/ChangeLog index ebd8d99f..2db2ccdd 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,8 @@ +2007-01-29 Brian Cameron <brian.cameron@sun.com> + + * POTFILES.in: Do not reference desktop.in.in files in POTFILES.in. + This makes make distcheck mad. + 2007-01-28 Alexander Shopov <ash@contact.bg> * bg.po: Updated Bulgarian translation by diff --git a/po/POTFILES.in b/po/POTFILES.in index 7b88fe7b..7e9da017 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -3,7 +3,7 @@ config/CDE.desktop.in config/default.desktop.in config/gnome.desktop.in -config/ssh.desktop.in.in +config/ssh.desktop.in config/gettextfoo.h daemon/auth.c daemon/display.c @@ -35,7 +35,7 @@ gui/gdmphotosetup.desktop.in gui/gdmphotosetup.glade gui/gdmsession.c gui/gdmsetup.c -gui/gdmsetup.desktop.in.in +gui/gdmsetup.desktop.in gui/gdmsetup.glade gui/gdmuser.c gui/gdmwm.c |