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.manual | |
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.manual')
-rw-r--r-- | debian/zsh-doc.doc-base.manual | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/zsh-doc.doc-base.manual b/debian/zsh-doc.doc-base.manual new file mode 100644 index 000000000..c71f31938 --- /dev/null +++ b/debian/zsh-doc.doc-base.manual @@ -0,0 +1,19 @@ +Document: zsh +Title: Z Shell Manual +Author: Z-Shell workers +Abstract: This guide documents Zsh, a freely available UNIX command + interpreter (shell), which of the standard shells most closely + resembles the Korn shell (ksh), although it is not completely + compatible. +Section: Shells + +Format: info +Index: /usr/share/info/zsh.info.gz +Files: /usr/share/info/zsh.info* + +Format: HTML +Index: /usr/share/doc/zsh-doc/html/index.html +Files: /usr/share/doc/zsh-doc/html/*.html + +Format: PDF +Files: /usr/share/doc/zsh-doc/zsh.pdf |