Skip to content

Commit

Permalink
chore: add basic Makefile for man pages generation
Browse files Browse the repository at this point in the history
  • Loading branch information
damienbutt committed Jul 29, 2024
1 parent 427619e commit f846ff6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
root = true

[*]

charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = tab
tab_width = 4
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]

trim_trailing_whitespace = false

[*.{yml,yaml}]

tab_width = 2

[Makefile]
indent_style = tab
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
man:
@pandoc docs/genlinx.1.md --to man docs/genlinx.1 > docs/genlinx.1

0 comments on commit f846ff6

Please sign in to comment.