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" | ||||
|         tmpl = "doc/manpage.nroff" | ||||
|       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-inlines" | ||||
|         "--filter doc/pandoc-drop-links" | ||||
|  | ||||
| @ -8,8 +8,6 @@ | ||||
| hledger_csv \- reading CSV files with hledger, and the CSV rules file | ||||
| format | ||||
| .SH DESCRIPTION | ||||
| .IP \[bu] 2 | ||||
| toc | ||||
| .PP | ||||
| hledger can read CSV files, converting each CSV record into a journal | ||||
| entry (transaction), if you provide some conversion hints in a "rules | ||||
|  | ||||
| @ -7,8 +7,6 @@ | ||||
| .PP | ||||
| hledger_journal \- reference for hledger\[aq]s journal file format | ||||
| .SH DESCRIPTION | ||||
| .IP \[bu] 2 | ||||
| toc | ||||
| .PP | ||||
| hledger\[aq]s usual data source is a plain text file containing journal | ||||
| entries in hledger journal format. | ||||
|  | ||||
| @ -7,8 +7,6 @@ | ||||
| .PP | ||||
| hledger_timedot \- time logging format | ||||
| .SH DESCRIPTION | ||||
| .IP \[bu] 2 | ||||
| toc | ||||
| .PP | ||||
| Timedot is a plain text format for logging dated, categorised quantities | ||||
| (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 | ||||
| file format. | ||||
| hledger is inspired by and largely compatible with ledger(1). | ||||
| .IP \[bu] 2 | ||||
| toc | ||||
| .PP | ||||
| hledger\-ui is hledger\[aq]s curses\-style interface. | ||||
| It reads a hledger journal file | ||||
| .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 | ||||
| file format. | ||||
| hledger is inspired by and largely compatible with ledger(1). | ||||
| .IP \[bu] 2 | ||||
| toc | ||||
| .PP | ||||
| hledger\-web is hledger\[aq]s web interface. | ||||
| 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. | ||||
| This man page is a quick reference and introduction; for more complete | ||||
| docs, see http://hledger.org/manual. | ||||
| .IP \[bu] 2 | ||||
| toc | ||||
| .PP | ||||
| This is hledger's command\-line interface (there are also curses and web | ||||
| interfaces). | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user