doc: exclude web content from nroffs
This commit is contained in:
parent
24c2e7d471
commit
f3fb1a89f2
3
Shake.hs
3
Shake.hs
@ -109,7 +109,8 @@ main = do
|
|||||||
md = out <.> "md"
|
md = out <.> "md"
|
||||||
tmpl = "doc/manpage.nroff"
|
tmpl = "doc/manpage.nroff"
|
||||||
need $ md : tmpl : pandocFilters
|
need $ md : tmpl : pandocFilters
|
||||||
cmd pandocExe md "--to man -s --template" tmpl
|
cmd pandocExe md "--to-man -s --template" tmpl
|
||||||
|
"--filter doc/pandoc-drop-web-blocks"
|
||||||
"--filter doc/pandoc-drop-html-blocks"
|
"--filter doc/pandoc-drop-html-blocks"
|
||||||
"--filter doc/pandoc-drop-html-inlines"
|
"--filter doc/pandoc-drop-html-inlines"
|
||||||
"--filter doc/pandoc-drop-links"
|
"--filter doc/pandoc-drop-links"
|
||||||
|
|||||||
@ -8,8 +8,6 @@
|
|||||||
hledger_csv \- reading CSV files with hledger, and the CSV rules file
|
hledger_csv \- reading CSV files with hledger, and the CSV rules file
|
||||||
format
|
format
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.IP \[bu] 2
|
|
||||||
toc
|
|
||||||
.PP
|
.PP
|
||||||
hledger can read CSV files, converting each CSV record into a journal
|
hledger can read CSV files, converting each CSV record into a journal
|
||||||
entry (transaction), if you provide some conversion hints in a "rules
|
entry (transaction), if you provide some conversion hints in a "rules
|
||||||
|
|||||||
@ -7,8 +7,6 @@
|
|||||||
.PP
|
.PP
|
||||||
hledger_journal \- reference for hledger\[aq]s journal file format
|
hledger_journal \- reference for hledger\[aq]s journal file format
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.IP \[bu] 2
|
|
||||||
toc
|
|
||||||
.PP
|
.PP
|
||||||
hledger\[aq]s usual data source is a plain text file containing journal
|
hledger\[aq]s usual data source is a plain text file containing journal
|
||||||
entries in hledger journal format.
|
entries in hledger journal format.
|
||||||
|
|||||||
@ -7,8 +7,6 @@
|
|||||||
.PP
|
.PP
|
||||||
hledger_timedot \- time logging format
|
hledger_timedot \- time logging format
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.IP \[bu] 2
|
|
||||||
toc
|
|
||||||
.PP
|
.PP
|
||||||
Timedot is a plain text format for logging dated, categorised quantities
|
Timedot is a plain text format for logging dated, categorised quantities
|
||||||
(eg time), supported by hledger.
|
(eg time), supported by hledger.
|
||||||
|
|||||||
@ -19,9 +19,6 @@ hledger is a cross\-platform program for tracking money, time, or any
|
|||||||
other commodity, using double\-entry accounting and a simple, editable
|
other commodity, using double\-entry accounting and a simple, editable
|
||||||
file format.
|
file format.
|
||||||
hledger is inspired by and largely compatible with ledger(1).
|
hledger is inspired by and largely compatible with ledger(1).
|
||||||
.IP \[bu] 2
|
|
||||||
toc
|
|
||||||
.PP
|
|
||||||
hledger\-ui is hledger\[aq]s curses\-style interface.
|
hledger\-ui is hledger\[aq]s curses\-style interface.
|
||||||
It reads a hledger journal file
|
It reads a hledger journal file
|
||||||
.PP
|
.PP
|
||||||
|
|||||||
@ -19,8 +19,6 @@ hledger is a cross\-platform program for tracking money, time, or any
|
|||||||
other commodity, using double\-entry accounting and a simple, editable
|
other commodity, using double\-entry accounting and a simple, editable
|
||||||
file format.
|
file format.
|
||||||
hledger is inspired by and largely compatible with ledger(1).
|
hledger is inspired by and largely compatible with ledger(1).
|
||||||
.IP \[bu] 2
|
|
||||||
toc
|
|
||||||
.PP
|
.PP
|
||||||
hledger\-web is hledger\[aq]s web interface.
|
hledger\-web is hledger\[aq]s web interface.
|
||||||
It starts a simple web application for browsing and adding transactions,
|
It starts a simple web application for browsing and adding transactions,
|
||||||
|
|||||||
@ -22,8 +22,6 @@ It is inspired by and largely compatible with ledger(1).
|
|||||||
hledger aims to be a reliable, practical tool for daily use.
|
hledger aims to be a reliable, practical tool for daily use.
|
||||||
This man page is a quick reference and introduction; for more complete
|
This man page is a quick reference and introduction; for more complete
|
||||||
docs, see http://hledger.org/manual.
|
docs, see http://hledger.org/manual.
|
||||||
.IP \[bu] 2
|
|
||||||
toc
|
|
||||||
.PP
|
.PP
|
||||||
This is hledger's command\-line interface (there are also curses and web
|
This is hledger's command\-line interface (there are also curses and web
|
||||||
interfaces).
|
interfaces).
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user