1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE refentry PUBLIC
"-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.docbook.org/xml/4.5/docbookx.dtd"
[
<!ENTITY daps_command "daps-check-deps">
<!ENTITY % entities SYSTEM "entity-decl.ent">
%entities;
]>
<refentry lang="en" id="daps-check-deps">
<refentryinfo>
<productname>&daps_command;</productname>
<authorgroup>
<author>
<contrib>Developer</contrib>
<firstname>Frank</firstname>
<surname>Sundermeyer</surname>
<email>fsundermeyer@opensuse.org</email>
</author>
<author>
<contrib>Developer</contrib>
<firstname>Thomas</firstname>
<surname>Schraitle</surname>
<email>toms@opensuse.org</email>
</author>
<author>
<contrib>Developer</contrib>
<firstname>Stefan</firstname>
<surname>Knorr</surname>
</author>
<author>
<contrib>Previous Developer of susedoc</contrib>
<firstname>Berthold</firstname>
<surname>Gunreben</surname>
</author>
<author>
<contrib>Previous Developer of susedoc</contrib>
<firstname>Jana</firstname>
<surname>Jaeger</surname>
</author>
</authorgroup>
</refentryinfo>
<refmeta>
<refentrytitle>&daps_command;</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo class="date"><?dbtimestamp format="Y B d"?></refmiscinfo>
<refmiscinfo class="version">&dapsversion;</refmiscinfo>
<refmiscinfo class="manual">&dapsacr;</refmiscinfo>
</refmeta>
<refnamediv>
<refname>&daps_command;</refname>
<refpurpose>
A program in the DAPS software package, a complete environment to build
HTML, PDF, ePUB and other formats from DocBook XML.
</refpurpose>
</refnamediv>
<refsect1 id="daps-check-deps.description">
<title>Description</title>
<para>
This manual page documents briefly the
<filename>&daps_command;</filename> program.
</para>
<para>
The &daps_command; program checks the local system for the presence or absence of a number of dependencies of the DAPS software package. Simply run the program and it will show the results of the discovery in the form of
<literallayout>
DAPS dependency check on roma (mercredi 6 février 2019, 14:38:54 (UTC+0100))
------------------------------------------------------------------------
##### Checking for fatal dependency failures #####
OK: Bash 5
OK: /usr/bin/make
OK: /usr/bin/fop
OK: /usr/bin/xmlstarlet
OK: /usr/bin/xsltproc
##### Checking for important (but not fatal) dependency failures #####
OK: DocBook 4
OK: DocBook 5
OK: /usr/bin/jing
OK: /usr/bin/aspell
OK: /usr/bin/exiftool
OK: /usr/bin/optipng
IMPORTANT: "suse-doc-style-checker" is missing (subcommand 'stylecheck' not supported)
OK: /usr/bin/w3m
OK: /usr/bin/xmlformat
OK: /usr/bin/xmllint
##### Checking for non-critical dependency failures #####
INFO: "calibre" is missing (no .mobi e-book support)
OK: /usr/bin/epubcheck
OK: /usr/bin/remake
INFO: "xep" is missing (PDF formatter XEP not supported, FOP will be used)
</literallayout>
</para>
</refsect1>
<refsect1>
<title>This man page author</title>
<para>
<author>
<firstname>Filippo</firstname> <surname>Rusconi
<lopippo@debian.org></surname> <authorblurb> <para> This manual
page was written by Filippo Rusconi <lopippo@debian.org>
(initial writing 06 february 2019). Permission is granted to
copy, distribute and/or modify this document under the terms of the
GNU General Public License, Version 3, published by the Free
Software Foundation. </para>
<para>
On a Debian system the complete text of the GNU General
Public License version 3 can be found in the file
<filename>/usr/share/common-licenses/GPL\-3</filename>.
</para>
</authorblurb>
</author>
</para>
</refsect1>
</refentry>
|