ソースを参照

Merge branch 'wting_autoupdate_manpage_header'

pull/495/merge
William Ting 6年前
コミット
900ce8e092
6個のファイルの変更10行の追加7行の削除
  1. +3
    -0
      Makefile
  2. +1
    -1
      README.md
  3. +2
    -2
      docs/autojump.1
  4. +1
    -1
      docs/body.md
  5. +1
    -1
      docs/install.md
  6. +2
    -2
      docs/manpage_header.md

+ 3
- 0
Makefile ファイルの表示

@ -11,6 +11,9 @@ uninstall:
.PHONY: 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 markdown docs/header.md docs/install.md docs/body.md -o README.md

+ 1
- 1
README.md ファイルの表示

@ -111,7 +111,7 @@ which should be installed prior to installing 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.

+ 2
- 2
docs/autojump.1 ファイルの表示

@ -1,6 +1,6 @@
.\" 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
.SS NAME
.PP
@ -120,7 +120,7 @@ For any questions or issues please visit:
.IP
.nf
\f[C]
https://github.com/joelthelion/autojump/issues
https://github.com/wting/autojump/issues
\f[]
.fi
.SS AUTHORS

+ 1
- 1
docs/body.md ファイルの表示

@ -17,7 +17,7 @@ REPORTING BUGS
For any questions or issues please visit:
https://github.com/joelthelion/autojump/issues
https://github.com/wting/autojump/issues
AUTHORS
-------

+ 1
- 1
docs/install.md ファイルの表示

@ -48,7 +48,7 @@ should be installed prior to installing 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.

+ 2
- 2
docs/manpage_header.md ファイルの表示

@ -1,3 +1,3 @@
% autojump(1) release-v22
% autojump(1) release-v22.5.1
%
% 10 April 2012
% 2018-09-06

読み込み中…
キャンセル
保存