-
Notifications
You must be signed in to change notification settings - Fork 24
/
README
34 lines (22 loc) · 934 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
+------------------------------+
| LDPL Only Man File Generator |
| (LDPL OMFG) |
+------------------------------+
*** Usage ***
Run the command:
$ ./generateMan.sh
to generate an updated LDPL man page. Done.
Your new man page is 'ldpl.1'.
*** Alternatively, you can walk through the process step-by-step ***
To recompile a man page for LDPL, clone the LDPL documentation repository
(git clone https://www.github.com/lartu/ldpl-docs) in this folder.
Then copy compileman.php and ldplman-intro into the cloned folder and
go inside it. Then run:
$ php compileman.php > ldpl.1
A file called ldpl.1 will be generated. Copy it to the previous
folder and delete the cloned folder.
You can add it to your the new man file to your man pages or just open it by
running:
$ man ./ldpl.1
Please note that as man pages for LDPL are generated from the LDPL
documentation, they SHOULD NEVER be edited by hand.