diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2021-01-24 02:10:53 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2021-01-24 03:14:17 +0100 |
commit | 033709c5bad9ab89aa334d9c1b117b7782557715 (patch) | |
tree | 4172f65e976fef47a15a31fbd81b92d1898b1bd4 /debian/zsh-doc.doc-base.faq | |
parent | 3141c8a511d358da015b4ed867cdda53ea3e2820 (diff) | |
download | zsh-033709c5bad9ab89aa334d9c1b117b7782557715.tar.gz zsh-033709c5bad9ab89aa334d9c1b117b7782557715.zip |
Also install the Zsh FAQ. Thanks Daniel Shahaf! (Closes: #961757)
Build it by also running a build (dh_auto_build, defacto make) in
obj/Etc/.
Install the compressed plain text version into zsh-common and the HTML
version into zsh-doc. Update debian/zsh-common.docs accordingly.
Install the HTML version of the via debian/zsh-doc.install instead of
debian/zsh-doc.docs to be able to install it into the "html"
subfolder, too.
Rename debian/zsh-common.doc-base into debian/zsh-doc.doc-base.manual
to distinguish it clearly from the new debian/zsh-doc.doc-base.faq.
Add a debian/zsh-common.doc-base. Uses the split control file
feature of doc-base.
Diffstat (limited to 'debian/zsh-doc.doc-base.faq')
-rw-r--r-- | debian/zsh-doc.doc-base.faq | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/zsh-doc.doc-base.faq b/debian/zsh-doc.doc-base.faq new file mode 100644 index 000000000..690740029 --- /dev/null +++ b/debian/zsh-doc.doc-base.faq @@ -0,0 +1,13 @@ +Document: zsh-faq +Title: Z Shell FAQ +Author: Peter Stephenson <coordinator@zsh.org> +Abstract: This document contains a list of frequently-asked (or + otherwise significant) questions concerning the Z-shell, a command + interpreter for many UNIX systems which is freely available to anyone + with FTP access. Zsh is among the most powerful freely available + Bourne-like shell for interactive use. +Section: Shells + +Format: HTML +Index: /usr/share/doc/zsh-common/html/FAQ.html +Files: /usr/share/doc/zsh-common/html/FAQ*.html |