From d9a911deff5b59d837682c181e6f369032231d01 Mon Sep 17 00:00:00 2001 From: Tommi Vainikainen Date: Sat, 23 Jul 2005 21:02:35 +0000 Subject: Started this for translations of manual. Migrated to gnome-doc-utils. 2005-07-23 Tommi Vainikainen * help/ChangeLog: Started this for translations of manual. * configure.ac, autogen.sh, .cvsignore: Migrated to gnome-doc-utils. Patch in bug #311222. --- diff --git a/.cvsignore b/.cvsignore index bb30019..2a74336 100644 --- a/.cvsignore +++ b/.cvsignore @@ -29,3 +29,4 @@ mkinstalldirs omf.make stamp-h1 xmldocs.make +gnome-doc-utils.make diff --git a/ChangeLog b/ChangeLog index d5a1f33..dd77368 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-07-23 Tommi Vainikainen + + * help/ChangeLog: Started this for translations of manual. + * configure.ac, autogen.sh, .cvsignore: Migrated to + gnome-doc-utils. Patch in bug #311222. + 2005-07-22 Martin Kretzschmar * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): diff --git a/Makefile.am b/Makefile.am index ac59141..d748d98 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,14 +36,15 @@ SUBDIRS += shell thumbnailer intltool_extra = intltool-extract.in intltool-merge.in intltool-update.in -EXTRA_DIST = $(intltool_extra) +EXTRA_DIST = $(intltool_extra) gnome-doc-utils.make DISTCLEANFILES = \ + gnome-doc-utils.make \ intltool-extract \ intltool-merge \ intltool-update -DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install +DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper # Ignore scrollkeeper issues for now. @#*$& scrollkeeper distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/gnome/help/ | grep -v \.omf diff --git a/autogen.sh b/autogen.sh index 8c72043..ccef49e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -17,4 +17,4 @@ which gnome-autogen.sh || { exit 1 } -USE_COMMON_DOC_BUILD=yes REQUIRED_AUTOMAKE_VERSION=1.7 USE_GNOME2_MACROS=1 REQUIRED_GETTEXT_VERSION=0.10.36 . gnome-autogen.sh +REQUIRED_AUTOMAKE_VERSION=1.7 USE_GNOME2_MACROS=1 REQUIRED_GETTEXT_VERSION=0.10.36 . gnome-autogen.sh diff --git a/configure.ac b/configure.ac index 411a5b5..d895c92 100644 --- a/configure.ac +++ b/configure.ac @@ -20,6 +20,7 @@ AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal]) AC_PATH_PROG([GLIB_MKENUMS],[glib-mkenums]) GNOME_COMMON_INIT +GNOME_DOC_INIT GNOME_MAINTAINER_MODE_DEFINES GNOME_COMPILE_WARNINGS GNOME_CXX_WARNINGS @@ -292,7 +293,6 @@ properties/Makefile shell/Makefile thumbnailer/Makefile help/Makefile -help/C/Makefile ]) AC_OUTPUT diff --git a/help/C/Makefile.am b/help/C/Makefile.am deleted file mode 100644 index 95d493a..0000000 --- a/help/C/Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ -figdir = figures -docname = evince -lang = C -omffile = evince-C.omf -entities = legal.xml -include $(top_srcdir)/help/xmldocs.make -dist-hook: app-dist-hook - -DISTCLEANFILES = evince-C.omf.out diff --git a/help/C/evince-C.omf b/help/C/evince-C.omf deleted file mode 100644 index 5c05e93..0000000 --- a/help/C/evince-C.omf +++ /dev/null @@ -1,30 +0,0 @@ - - - - - docs@gnome.org (GDP) - - - docs@gnome.org (GDP) - - - Evince Document Viewer Manual V1.0 - - - 2005-04-06 - - - - - User manual for the Evince Document Viewer. - - - user's guide - - - - - - - - diff --git a/help/C/evince.xml b/help/C/evince.xml index c626a5c..556376a 100644 --- a/help/C/evince.xml +++ b/help/C/evince.xml @@ -23,6 +23,9 @@ &appname; Manual V&manrevision; + + User manual for the Evince Document Viewer. + 2005 Nickolay V. Shmyrev @@ -80,7 +83,7 @@ &appname; Manual V1.0 - &date; + 2005-04-06 Nickolay V. Shmyrev GNOME Documentation Project diff --git a/help/ChangeLog b/help/ChangeLog new file mode 100644 index 0000000..764ac9f --- /dev/null +++ b/help/ChangeLog @@ -0,0 +1,5 @@ +2005-07-23 Tommi Vainikainen + + * Makefile.am, evince.omf.in, C/evince.xml: Migrated to use + gnome-doc-utils. + * C/Makefile.am, C/evince-C.omf: Removed in migration. diff --git a/help/Makefile.am b/help/Makefile.am index 42ffacc..3fac084 100644 --- a/help/Makefile.am +++ b/help/Makefile.am @@ -1 +1,9 @@ -SUBDIRS = C +include $(top_srcdir)/gnome-doc-utils.make +dist-hook: doc-dist-hook + +DOC_MODULE = evince +DOC_ENTITIES = legal.xml +DOC_INCLUDES = +DOC_FIGURES = figures/evince_start_window.png + +DOC_LINGUAS = diff --git a/help/evince.omf.in b/help/evince.omf.in new file mode 100644 index 0000000..b563866 --- /dev/null +++ b/help/evince.omf.in @@ -0,0 +1,11 @@ + + + + + + user's guide + + + + + -- cgit v0.9.1