Skip to content

Commit 82abafe

Browse files
committed
docs
1 parent 392a5af commit 82abafe

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jt: jt.o
2222
cat $^ |ronn -r --manual="JT MANUAL" --pipe > $@
2323

2424
%.1.html: %.1.ronn
25-
cat $^ |ronn -5 --style=$(PWD)/jt.css --manual="JT MANUAL" --pipe > $@
25+
cat $^ |ronn -5 --style=$(PWD)/jt.1.css --manual="JT MANUAL" --pipe > $@
2626

2727
docs: jt.1 jt.1.html
2828

jt.1.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.mp {margin-left: auto; margin-right: auto}

jt.1.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)