mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
Merge branch 'wting_autoupdate_manpage_header'
This commit is contained in:
commit
900ce8e092
3
Makefile
3
Makefile
@ -11,6 +11,9 @@ uninstall:
|
|||||||
|
|
||||||
.PHONY: docs
|
.PHONY: docs
|
||||||
docs:
|
docs:
|
||||||
|
@echo "% autojump(1) ${TAGNAME}" >docs/manpage_header.md
|
||||||
|
@echo "%" >>docs/manpage_header.md
|
||||||
|
@echo "% $(shell \date +%Y-%m-%d)" >>docs/manpage_header.md
|
||||||
pandoc -s -w man docs/manpage_header.md docs/header.md docs/body.md -o docs/autojump.1
|
pandoc -s -w man docs/manpage_header.md docs/header.md docs/body.md -o docs/autojump.1
|
||||||
pandoc -s -w markdown docs/header.md docs/install.md docs/body.md -o README.md
|
pandoc -s -w markdown docs/header.md docs/install.md docs/body.md -o README.md
|
||||||
|
|
||||||
|
@ -111,7 +111,7 @@ which should be installed prior to installing autojump.
|
|||||||
|
|
||||||
Grab a copy of autojump:
|
Grab a copy of autojump:
|
||||||
|
|
||||||
git clone git://github.com/joelthelion/autojump.git
|
git clone git://github.com/wting/autojump.git
|
||||||
|
|
||||||
Run the installation script and follow on screen instructions.
|
Run the installation script and follow on screen instructions.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
.\" Automatically generated by Pandoc 1.16.0.2
|
.\" Automatically generated by Pandoc 1.16.0.2
|
||||||
.\"
|
.\"
|
||||||
.TH "autojump" "1" "10 April 2012" "release\-v22" ""
|
.TH "autojump" "1" "2018\-09\-06" "release\-v22.5.1" ""
|
||||||
.hy
|
.hy
|
||||||
.SS NAME
|
.SS NAME
|
||||||
.PP
|
.PP
|
||||||
@ -120,7 +120,7 @@ For any questions or issues please visit:
|
|||||||
.IP
|
.IP
|
||||||
.nf
|
.nf
|
||||||
\f[C]
|
\f[C]
|
||||||
https://github.com/joelthelion/autojump/issues
|
https://github.com/wting/autojump/issues
|
||||||
\f[]
|
\f[]
|
||||||
.fi
|
.fi
|
||||||
.SS AUTHORS
|
.SS AUTHORS
|
||||||
|
@ -17,7 +17,7 @@ REPORTING BUGS
|
|||||||
|
|
||||||
For any questions or issues please visit:
|
For any questions or issues please visit:
|
||||||
|
|
||||||
https://github.com/joelthelion/autojump/issues
|
https://github.com/wting/autojump/issues
|
||||||
|
|
||||||
AUTHORS
|
AUTHORS
|
||||||
-------
|
-------
|
||||||
|
@ -48,7 +48,7 @@ should be installed prior to installing autojump.
|
|||||||
|
|
||||||
Grab a copy of autojump:
|
Grab a copy of autojump:
|
||||||
|
|
||||||
git clone git://github.com/joelthelion/autojump.git
|
git clone git://github.com/wting/autojump.git
|
||||||
|
|
||||||
Run the installation script and follow on screen instructions.
|
Run the installation script and follow on screen instructions.
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
% autojump(1) release-v22
|
% autojump(1) release-v22.5.1
|
||||||
%
|
%
|
||||||
% 10 April 2012
|
% 2018-09-06
|
||||||
|
Loading…
Reference in New Issue
Block a user