docs: Convert xml to asciidoc

Done with
pandoc -f docbook -t asciidoctor docs/e16.xml > docs/e16.asc
This commit is contained in:
Kim Woelders 2022-05-28 16:28:27 +02:00
parent 6ac8c6c858
commit 356120fd31
4 changed files with 1645 additions and 2082 deletions

View File

@ -481,7 +481,7 @@ if test "x$enable_no_container" = "xyes"; then
AC_DEFINE(USE_CONTAINER_WIN, 1, [Use container window])
fi
AM_MISSING_PROG(XMLTO, xmlto)
AM_MISSING_PROG(ASCIIDOC, asciidoc)
AC_ARG_ENABLE(mans,
AS_HELP_STRING([--enable-mans], [install man page @<:@default=yes@:>@]),,
enable_mans=yes)

View File

@ -1,6 +1,6 @@
e16docdir = ${datadir}/doc/${PACKAGE}
EXTRA_DIST = e16.xml e16.man.in e16.html
EXTRA_DIST = e16.asc e16.man.in e16.html
CLEANFILES = e16.1
MAINTAINERCLEANFILES = e16.html
@ -12,8 +12,10 @@ MANSUBST = \
e16.1: e16.man.in
sed $(MANSUBST) $< > $@
e16.html: e16.xml
$(XMLTO) html-nochunks $<
AD_OPTIONS = -a toc -a icons
e16.html: e16.asc
$(ASCIIDOC) $(AD_OPTIONS) -o $@ $<
if INSTALL_MANS

1639
docs/e16.asc Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff