aboutsummaryrefslogtreecommitdiffstats
path: root/help/C/Makefile.am
diff options
context:
space:
mode:
authorAaron Weber <aaron@ximian.com>2002-11-05 06:41:05 +0800
committerAaron Weber <aaron@src.gnome.org>2002-11-05 06:41:05 +0800
commitfab377c503df250439b84aba95db023786d33ee1 (patch)
tree4fe93ea07618e0a1cc908e49a55df29dca565439 /help/C/Makefile.am
parent877e911cdf220fa6dde24df147b9e8843c42fae9 (diff)
downloadgsoc2013-evolution-fab377c503df250439b84aba95db023786d33ee1.tar
gsoc2013-evolution-fab377c503df250439b84aba95db023786d33ee1.tar.gz
gsoc2013-evolution-fab377c503df250439b84aba95db023786d33ee1.tar.bz2
gsoc2013-evolution-fab377c503df250439b84aba95db023786d33ee1.tar.lz
gsoc2013-evolution-fab377c503df250439b84aba95db023786d33ee1.tar.xz
gsoc2013-evolution-fab377c503df250439b84aba95db023786d33ee1.tar.zst
gsoc2013-evolution-fab377c503df250439b84aba95db023786d33ee1.zip
All sgml files replaced with xml files. XML files validated. Two new XML
2002-11-04 Aaron Weber <aaron@ximian.com> * C/*.sgml: All sgml files replaced with xml files. XML files validated. Two new XML files added: apx-fdl.xml and legal.xml * C/evolution-C.omf: Altered to fit the GDP template. This may now work with the GNOME 2.0 DTD, although I could be wrong. * sgmldocs.make: removed and replaced with xmldocs.make. This will break all translations until they are also ported to XML. I will probably begin doing that tomorrow, since it's just markup and not language stuff. * C/Makefile.am: added two files to the list. Does this Makefile get included in another, somewhere, or is it just detected? svn path=/trunk/; revision=18538
Diffstat (limited to 'help/C/Makefile.am')
-rw-r--r--help/C/Makefile.am40
1 files changed, 21 insertions, 19 deletions
diff --git a/help/C/Makefile.am b/help/C/Makefile.am
index 8b75954a13..dcd4722512 100644
--- a/help/C/Makefile.am
+++ b/help/C/Makefile.am
@@ -29,26 +29,28 @@ figs = \
figures/small_desktop.png \
figures/summary.png \
figures/vfolder-createrule-fig.png
-
+figdir = figures
docname = evolution
lang = C
omffile = evolution-C.omf
-sgml_ents = \
- apx-authors.sgml \
- apx-bugs.sgml \
- apx-gloss.sgml \
- config-prefs.sgml \
- config-sync.sgml \
- menuref.sgml \
- preface.sgml \
- usage-calendar.sgml \
- usage-contact.sgml \
- usage-exec-summary.sgml \
- usage-exchange.sgml \
- usage-mail-org.sgml \
- usage-mail.sgml \
- usage-mainwindow.sgml \
- usage-print.sgml \
- usage-sync.sgml
-include $(top_srcdir)/help/sgmldocs.make
+entities = \
+ apx-authors.xml \
+ apx-bugs.xml \
+ apx-gloss.xml \
+ config-prefs.xml \
+ config-sync.xml \
+ menuref.xml \
+ preface.xml \
+ usage-calendar.xml \
+ usage-contact.xml \
+ usage-exec-summary.xml \
+ usage-exchange.xml \
+ usage-mail-org.xml \
+ usage-mail.xml \
+ usage-mainwindow.xml \
+ usage-print.xml \
+ usage-sync.xml \
+ legal.xml \
+ apx-fdl.xml \
+include $(top_srcdir)/help/xmldocs.make
dist-hook: app-dist-hook