From James Cowgill <jcowgill@debian.org> for the Debian/Ubuntu package.
https://bugs.debian.org/830028
README.PERFORMANCE\
terminatorX.spec.in\
terminatorX.appdata.xml\
- gnome-doc-utils.make\
terminatorX.desktop\
autogen.sh\
terminatorX.mime
-DISTCLEANFILES = gnome-doc-utils.make
-
# Destkop Entry
desktopdir = $(datadir)/applications
desktop_DATA = terminatorX.desktop
#!/bin/sh
echo Creating files required for building terminatorX...
-gnome-doc-prepare --force --automake
aclocal -Wno-portability
autoheader
automake --add-missing -Wno-portability
fi
dnl User Manual
-GNOME_DOC_INIT
+YELP_HELP_INIT
-xml_man="\\\"${datadir}/gnome/help/terminatorX-manual/C/terminatorX-manual.xml\\\""
-
-
-CFLAGS="$XML_CFLAGS $CFLAGS -DXML_MANUAL=$xml_man"
+CFLAGS="$XML_CFLAGS $CFLAGS"
LIBS="$XML_LIBS $LIBS"
AC_OUTPUT(Makefile
License (GFDL), Version 1.1 or any later version published by the
Free Software Foundation with no Invariant Sections, no
Front-Cover Texts, and no Back-Cover Texts. You can find a copy
- of the GFDL at this <ulink type="help" url="ghelp:fdl">
+ of the GFDL at this <ulink type="help" url="help:fdl">
link</ulink> or in the file COPYING-DOCS distributed with this
manual.</para>
-include $(top_srcdir)/gnome-doc-utils.make
-dist-hook: doc-dist-hook
+@YELP_HELP_RULES@
-DOC_MODULE = terminatorX-manual
-DOC_ENTITIES =
-DOC_INCLUDES =
-DOC_FIGURES = figures/signalflow.png
-
-DOC_LINGUAS =
+HELP_ID = terminatorX-manual
+HELP_FILES = index.docbook
+HELP_MEDIA = figures/signalflow.png
if (help_child==0) {
// child
- execlp("gnome-help","gnome-help","file://" XML_MANUAL, NULL);
+ execlp("gnome-help","gnome-help","help:terminatorX-manual", NULL);
_exit(-1);
} else if (help_child==-1) {
tx_note("System error: couldn't fork() to run the help process.", true);