diff options
author | Brian Cameron <brian.cameron@sun.com> | 2007-02-26 07:50:23 +0000 |
---|---|---|
committer | Brian Cameron <bcameron@src.gnome.org> | 2007-02-26 07:50:23 +0000 |
commit | a486dfc9c89a4052e2b777230b82a224aac6936c (patch) | |
tree | 8da3134254f74ff21c2acddca87e3b2d32e24ad4 /docs | |
parent | 836f1da95cd197c644ce6169574a57f709f6d04b (diff) | |
download | gdm-a486dfc9c89a4052e2b777230b82a224aac6936c.tar.gz |
Update to new release version. Updated. Add needed Makefile. Remove en_GB
2006-02-26 Brian Cameron <brian.cameron@sun.com>
* Release 2.17.8:
* configure.ac: Update to new release version.
* NEWS: Updated.
* configure.ac, docs/en_GB/Makefile.am: Add needed Makefile.
* docs/Makefile.am: Remove en_GB from SUBDIRS so it doesn't build
since needed omf file is not present.
svn path=/trunk/; revision=4619
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Makefile.am | 4 | ||||
-rw-r--r-- | docs/en_GB/Makefile.am | 9 |
2 files changed, 11 insertions, 2 deletions
diff --git a/docs/Makefile.am b/docs/Makefile.am index 2c0afa00..222fe896 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -5,11 +5,11 @@ DOC_MODULE = gdm DOC_ENTITIES = DOC_INCLUDES = legal.xml -DOC_LINGUAS = en_GB es uk +DOC_LINGUAS = es uk # Translations need migration to use gnome-doc-utils. # See page http://live.gnome.org/GnomeDocUtilsTranslationMigration -SUBDIRS = . de en_GB es fr it ja ko zh_CN zh_HK zh_TW +SUBDIRS = . de es fr it ja ko zh_CN zh_HK zh_TW man_MANS = gdm.1 diff --git a/docs/en_GB/Makefile.am b/docs/en_GB/Makefile.am new file mode 100644 index 00000000..7d2e4deb --- /dev/null +++ b/docs/en_GB/Makefile.am @@ -0,0 +1,9 @@ +figs = \ + figures/gdm_window.png +figdir = figures +docname = gdm +lang = en_GB +omffile = gdm-en_GB.omf +entities = legal.xml +include $(top_srcdir)/xmldocs.make +dist-hook: app-dist-hook |