diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-08-16 22:44:56 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-08-16 22:44:56 +0800 |
commit | d89cd78d6c42929d67f9e75746c3874aaea01c1d (patch) | |
tree | 21bd7ee648c2bd446e918edf056290e629655b82 /help | |
parent | b95d94d269412f17a2bc74bb19da3ca7d69259dd (diff) | |
download | gsoc2013-evolution-d89cd78d6c42929d67f9e75746c3874aaea01c1d.tar.gz gsoc2013-evolution-d89cd78d6c42929d67f9e75746c3874aaea01c1d.tar.zst gsoc2013-evolution-d89cd78d6c42929d67f9e75746c3874aaea01c1d.zip |
Small fix to build. Small fix. Remove an extra space. Same here. And here.
2001-08-16 Kjartan Maraas <kmaraas@gnome.org>
* C/Makefile.am: Small fix to build.
* C/evolution-C.omf: Small fix. Remove an extra space.
* no/Makefile.am: Same here.
* no/evolution-no.omf: And here.
svn path=/trunk/; revision=12086
Diffstat (limited to 'help')
-rw-r--r-- | help/C/Makefile.am | 4 | ||||
-rw-r--r-- | help/C/evolution-C.omf | 2 | ||||
-rw-r--r-- | help/ChangeLog | 7 | ||||
-rw-r--r-- | help/Makefile.am | 2 | ||||
-rw-r--r-- | help/no/Makefile.am | 8 | ||||
-rw-r--r-- | help/no/evolution-no.omf | 4 |
6 files changed, 17 insertions, 10 deletions
diff --git a/help/C/Makefile.am b/help/C/Makefile.am index 3cc8816ead..349f0f640f 100644 --- a/help/C/Makefile.am +++ b/help/C/Makefile.am @@ -22,9 +22,9 @@ figs = \ figures/print-preview.png \ figures/replymsg.png \ figures/vfolder-createrule-fig.png -docname=evolution-guide +docname = evolution lang = C -omffile=evolution-C.omf +omffile = evolution-C.omf sgml_ents = \ apx-authors.sgml \ apx-bugs.sgml \ diff --git a/help/C/evolution-C.omf b/help/C/evolution-C.omf index e80b88c418..70d30969eb 100644 --- a/help/C/evolution-C.omf +++ b/help/C/evolution-C.omf @@ -9,6 +9,6 @@ </subject> <format mime="text/sgml"/> <identifier url="evolution.sgml"/> - <language code="C" /> + <language code="C"/> </resource> </omf> diff --git a/help/ChangeLog b/help/ChangeLog index eaddcf2e75..e7dd37db31 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,10 @@ +2001-08-16 Kjartan Maraas <kmaraas@gnome.org> + + * C/Makefile.am: Small fix to build. + * C/evolution-C.omf: Small fix. Remove an extra space. + * no/Makefile.am: Same here. + * no/evolution-no.omf: And here. + 2001-08-15 Kevin Breit <battery841@mediaone.net> * C/usage-mail.sgml: Updated one line about bullet points. diff --git a/help/Makefile.am b/help/Makefile.am index 3bf1e05d3e..17dd25b451 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1 +1 @@ -SUBDIRS = C devel no +SUBDIRS = C no diff --git a/help/no/Makefile.am b/help/no/Makefile.am index f528a69672..56df841020 100644 --- a/help/no/Makefile.am +++ b/help/no/Makefile.am @@ -22,10 +22,10 @@ figs = \ figures/print-preview.png \ figures/replymsg.png \ figures/vfolder-createrule-fig.png -docname=evolution +docname = evolution lang = no -omffile=evolution-no.omf -sgml_ents = \ +omffile = evolution-no.omf +sgml_ents = \ apx-authors.sgml \ apx-bugs.sgml \ apx-gloss.sgml \ @@ -45,5 +45,5 @@ sgml_ents = \ usage-print.sgml \ usage-sync.sgml -include $(top_srcdir)/doc/sgmldocs.make +include $(top_srcdir)/help/sgmldocs.make dist-hook: app-dist-hook diff --git a/help/no/evolution-no.omf b/help/no/evolution-no.omf index 20fc519792..cd0e866e64 100644 --- a/help/no/evolution-no.omf +++ b/help/no/evolution-no.omf @@ -5,10 +5,10 @@ Evolution brukerhåndbok </title> <subject> - <category>GNOME|PIM</category> + <category>GNOME|Applikasjoner</category> </subject> <format mime="text/sgml"/> <identifier url="evolution.sgml"/> - <language code="no" /> + <language code="no"/> </resource> </omf> |