Skip to content

Commit

Permalink
fix documentation formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
wting committed Apr 18, 2012
1 parent f91c7e3 commit 9ee7906
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 32 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ uninstall:
uninstall.sh

docs:
pandoc -s -w man docs/manpage_header.md docs/header.md docs/manpage.md -o docs/autojump.1
pandoc -s -w markdown docs/header.md docs/install.md docs/manpage.md -o README.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

release:
# Check for tag existence
Expand Down
30 changes: 14 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,18 @@ INSTALLATION

### REQUIREMENTS

Python v2.7+ or 3.2+

Bash v4.0+ for tab completion
- Python v2.7+ or 3.2+
- Bash v4.0+ for tab completion

If you are unable to update Python to a supported version, older
versions of autojump can be
[downloaded](https://github.com/joelthelion/autojump/downloads) and
installed manually.

Python v2.6+ is supported by [release
v19](https://github.com/downloads/joelthelion/autojump/autojump_v19.tar.gz).

Python v2.4+ is supported by [release
v12](https://github.com/downloads/joelthelion/autojump/autojump_v12.tar.gz).
- Python v2.6+ is supported by [release
v19](https://github.com/downloads/joelthelion/autojump/autojump_v19.tar.gz).
- Python v2.4+ is supported by [release
v12](https://github.com/downloads/joelthelion/autojump/autojump_v12.tar.gz).

### AUTOMATIC INSTALLATION

Expand All @@ -51,15 +49,15 @@ autojump is included in the following distro repositories, please use
relevant package management utilities to install (e.g. yum, apt-get,
etc):

- Debian testing/unstable, Ubuntu, Linux Mint

On Debian only, autojump requires manual activation for policy reasons. Please see ``/usr/share/doc/autojump/README.Debian``.
- Debian\* testing/unstable, Ubuntu, Linux Mint
- RedHat, Fedora, CentOS
- ArchLinux
- Gentoo
- Frugalware
- Slackware

- RedHat, Fedora, CentOS
- ArchLinux
- Gentoo
- Frugalware
- Slackware
\* Requires manual activation for policy reasons, please see
`/usr/share/doc/autojump/README.Debian`.

**Mac**

Expand Down
File renamed without changes.
25 changes: 11 additions & 14 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,28 @@

### REQUIREMENTS

Python v2.7+ or 3.2+

Bash v4.0+ for tab completion
- Python v2.7+ or 3.2+
- Bash v4.0+ for tab completion

If you are unable to update Python to a supported version, older versions of autojump can be [downloaded][dl] and installed manually.

Python v2.6+ is supported by [release v19][v19].

Python v2.4+ is supported by [release v12][v12].
- Python v2.6+ is supported by [release v19][v19].
- Python v2.4+ is supported by [release v12][v12].

### AUTOMATIC INSTALLATION

**Linux**

autojump is included in the following distro repositories, please use relevant package management utilities to install (e.g. yum, apt-get, etc):

- Debian testing/unstable, Ubuntu, Linux Mint

On Debian only, autojump requires manual activation for policy reasons. Please see ``/usr/share/doc/autojump/README.Debian``.
- Debian\* testing/unstable, Ubuntu, Linux Mint
- RedHat, Fedora, CentOS
- ArchLinux
- Gentoo
- Frugalware
- Slackware

- RedHat, Fedora, CentOS
- ArchLinux
- Gentoo
- Frugalware
- Slackware
\* Requires manual activation for policy reasons, please see ``/usr/share/doc/autojump/README.Debian``.

**Mac**

Expand Down

0 comments on commit 9ee7906

Please sign in to comment.