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 /doc/C/Makefile.am | |
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 'doc/C/Makefile.am')
-rw-r--r-- | doc/C/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/C/Makefile.am b/doc/C/Makefile.am index 3cc8816ead..349f0f640f 100644 --- a/doc/C/Makefile.am +++ b/doc/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 \ |