Skip to content

Commit ec8d716

Browse files
committed
manual/readme: To markdown, also update git repo
1 parent 27de41b commit ec8d716

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

manual/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
For studying the differences between prior tmux versions to check
2+
compatibility with legacy versions.
3+
4+
Get source:
5+
6+
```bash
7+
$ git clone https://github.com/tmux/tmux
8+
$ cd tmux
9+
```
10+
11+
Converted with:
12+
13+
```bash
14+
$ git checkout <version>
15+
$ ./configure
16+
$ make
17+
$ groff -t -e -mandoc -Tascii tmux.1 | col -bx > manpage.txt
18+
```
19+
20+
repeat for versions.
21+
22+
Create a git-diff style diff of version manuals:
23+
24+
```bash
25+
$ diff -u 1.6 1.8 > 1_6__1_8.diff
26+
```

manual/README.rst

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)