added gnome-doc-utils.make. added GNOME_DOC_INIT and removed
2005-07-24 Lucas Rocha <lucasr@cvs.gnome.org> * .cvsignore: added gnome-doc-utils.make. * configure.in: added GNOME_DOC_INIT and removed help/C/Makefile and help/sr/Makefile from AC_OUTPUT. * Makefile.am: added gnome-doc-utils.make to EXTRA_DIST and DISTCLEANFILES. Added DISTCHECK_CONFIGURE_FLAGS. * help/Makefile.am: migration to gnome-doc-utils. * help/zenity.omf.in: new OMF file to be used by gnome-doc-utils. * help/C/Makefile.am, help/C/zenity-C.omf: No longer needed. Removed. * help/C/zenity.xml: updates to be gnome-doc-utils compliant. * help/ChangeLog: new ChangeLog to keep track of doc updates.
This commit is contained in:
parent
1092875bfe
commit
6552d6b556
@ -26,3 +26,4 @@ missing
|
|||||||
install-sh
|
install-sh
|
||||||
depcomp
|
depcomp
|
||||||
INSTALL
|
INSTALL
|
||||||
|
gnome-doc-utils.make
|
||||||
|
19
ChangeLog
19
ChangeLog
@ -1,3 +1,22 @@
|
|||||||
|
2005-07-24 Lucas Rocha <lucasr@cvs.gnome.org>
|
||||||
|
|
||||||
|
* .cvsignore: added gnome-doc-utils.make.
|
||||||
|
* configure.in: added GNOME_DOC_INIT and
|
||||||
|
removed help/C/Makefile and help/sr/Makefile
|
||||||
|
from AC_OUTPUT.
|
||||||
|
* Makefile.am: added gnome-doc-utils.make to
|
||||||
|
EXTRA_DIST and DISTCLEANFILES. Added
|
||||||
|
DISTCHECK_CONFIGURE_FLAGS.
|
||||||
|
* help/Makefile.am: migration to gnome-doc-utils.
|
||||||
|
* help/zenity.omf.in: new OMF file to be used by
|
||||||
|
gnome-doc-utils.
|
||||||
|
* help/C/Makefile.am, help/C/zenity-C.omf: No
|
||||||
|
longer needed. Removed.
|
||||||
|
* help/C/zenity.xml: updates to be gnome-doc-utils
|
||||||
|
compliant.
|
||||||
|
* help/ChangeLog: new ChangeLog to keep track
|
||||||
|
of doc updates.
|
||||||
|
|
||||||
2005-07-14 Yair Hershkovitz <yairhr@gmail.com>
|
2005-07-14 Yair Hershkovitz <yairhr@gmail.com>
|
||||||
|
|
||||||
* configure.in: Added Hebrew translation.
|
* configure.in: Added Hebrew translation.
|
||||||
|
@ -37,9 +37,13 @@ EXTRA_DIST = \
|
|||||||
ChangeLog \
|
ChangeLog \
|
||||||
NEWS \
|
NEWS \
|
||||||
README \
|
README \
|
||||||
AUTHORS
|
AUTHORS \
|
||||||
|
gnome-doc-utils.make
|
||||||
|
|
||||||
DISTCLEANFILES = \
|
DISTCLEANFILES = \
|
||||||
intltool-extract \
|
intltool-extract \
|
||||||
intltool-merge \
|
intltool-merge \
|
||||||
intltool-update
|
intltool-update \
|
||||||
|
gnome-doc-utils.make
|
||||||
|
|
||||||
|
DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper
|
||||||
|
@ -3,6 +3,8 @@ AC_INIT(src)
|
|||||||
AM_CONFIG_HEADER(config.h)
|
AM_CONFIG_HEADER(config.h)
|
||||||
AM_INIT_AUTOMAKE(zenity, 2.11.2)
|
AM_INIT_AUTOMAKE(zenity, 2.11.2)
|
||||||
|
|
||||||
|
GNOME_DOC_INIT
|
||||||
|
|
||||||
AM_MAINTAINER_MODE
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
AC_PROG_INTLTOOL([0.29])
|
AC_PROG_INTLTOOL([0.29])
|
||||||
@ -93,6 +95,4 @@ src/Makefile
|
|||||||
src/gdialog
|
src/gdialog
|
||||||
data/Makefile
|
data/Makefile
|
||||||
help/Makefile
|
help/Makefile
|
||||||
help/C/Makefile
|
|
||||||
help/sr/Makefile
|
|
||||||
])
|
])
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
figdir = figures
|
|
||||||
docname = zenity
|
|
||||||
lang = C
|
|
||||||
omffile = zenity-C.omf
|
|
||||||
entities = legal.xml
|
|
||||||
include $(top_srcdir)/xmldocs.make
|
|
||||||
dist-hook: app-dist-hook
|
|
@ -1,30 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<omf>
|
|
||||||
<resource>
|
|
||||||
<creator>
|
|
||||||
Sun Java Desktop System Documentation Team
|
|
||||||
</creator>
|
|
||||||
<maintainer>
|
|
||||||
Sun Java Desktop System Documentation Team
|
|
||||||
</maintainer>
|
|
||||||
<title>
|
|
||||||
Zenity
|
|
||||||
</title>
|
|
||||||
<date>
|
|
||||||
2004-08-17
|
|
||||||
</date>
|
|
||||||
<version identifier="2.0" date="2004-08-17" description="Updated for Sun Java Desktop System Release 3, program version 2.6.0"/>
|
|
||||||
<subject category="GNOME|Desktop"/>
|
|
||||||
<description>
|
|
||||||
User manual for the Zenity desktop application.
|
|
||||||
</description>
|
|
||||||
<type>
|
|
||||||
user's guide
|
|
||||||
</type>
|
|
||||||
<format mime="text/xml" dtd="-//OASIS//DTD DocBook XML V4.1.2//EN"/>
|
|
||||||
<identifier url="zenity.xml"/>
|
|
||||||
<language code="C"/>
|
|
||||||
<relation seriesid="1e4f989c-287a-11d7-84e2-b1f3b939ba73"/>
|
|
||||||
<rights type="GNU FDL" license.version="1.1" holder="Sun Microsystems"/>
|
|
||||||
</resource>
|
|
||||||
</omf>
|
|
@ -38,14 +38,13 @@
|
|||||||
|
|
||||||
&legal;
|
&legal;
|
||||||
|
|
||||||
|
|
||||||
<authorgroup>
|
<authorgroup>
|
||||||
<author>
|
<author>
|
||||||
<firstname>&author1;</firstname>
|
<firstname>&author1;</firstname>
|
||||||
<surname>&author2;</surname>
|
<surname>&author2;</surname>
|
||||||
<affiliation><orgname>&publisher;</orgname></affiliation>
|
<affiliation><orgname>&publisher;</orgname></affiliation>
|
||||||
</author>
|
</author>
|
||||||
<author>
|
<author role="maintainer">
|
||||||
<firstname>Glynn</firstname>
|
<firstname>Glynn</firstname>
|
||||||
<surname>Foster</surname>
|
<surname>Foster</surname>
|
||||||
<affiliation>
|
<affiliation>
|
||||||
@ -92,6 +91,9 @@
|
|||||||
<!-- Translators may also add here feedback address for translations -->
|
<!-- Translators may also add here feedback address for translations -->
|
||||||
|
|
||||||
</legalnotice>
|
</legalnotice>
|
||||||
|
<abstract role="description">
|
||||||
|
<para>User manual for the Zenity desktop application.</para>
|
||||||
|
</abstract>
|
||||||
</articleinfo>
|
</articleinfo>
|
||||||
|
|
||||||
<indexterm>
|
<indexterm>
|
||||||
|
3
help/ChangeLog
Normal file
3
help/ChangeLog
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
2005-07-24 Lucas Rocha <lucasr@cvs.gnome.org>
|
||||||
|
|
||||||
|
* ChangeLog: added ChangeLog here.
|
@ -1,3 +1,9 @@
|
|||||||
SUBDIRS = \
|
include $(top_srcdir)/gnome-doc-utils.make
|
||||||
C \
|
dist-hook: doc-dist-hook
|
||||||
sr
|
|
||||||
|
DOC_MODULE = zenity
|
||||||
|
DOC_ENTITIES = legal.xml
|
||||||
|
DOC_INCLUDES =
|
||||||
|
DOC_FIGURES = figures/zenity-calendar-screenshot.png figures/zenity-entry-screenshot.png figures/zenity-error-screenshot.png figures/zenity-fileselection-screenshot.png figures/zenity-information-screenshot.png figures/zenity-list-screenshot.png figures/zenity-notification-screenshot.png figures/zenity-progress-screenshot.png figures/zenity-question-screenshot.png figures/zenity-text-screenshot.png figures/zenity-warning-screenshot.png
|
||||||
|
|
||||||
|
DOC_LINGUAS =
|
||||||
|
11
help/zenity.omf.in
Normal file
11
help/zenity.omf.in
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<omf>
|
||||||
|
<resource>
|
||||||
|
<subject category="GNOME|Desktop"/>
|
||||||
|
<type>
|
||||||
|
user's guide
|
||||||
|
</type>
|
||||||
|
<relation seriesid="1e4f989c-287a-11d7-84e2-b1f3b939ba73"/>
|
||||||
|
<rights type="GNU FDL" license.version="1.1" holder="Sun Microsystems"/>
|
||||||
|
</resource>
|
||||||
|
</omf>
|
Reference in New Issue
Block a user