Mercurial > dive4elements > gnv-client
annotate doc/README @ 1137:bc1d817b80a4
Include README about how to actually build the documentation.
doc/trunk@4875 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 05 Jul 2012 16:32:37 +0000 |
parents | |
children |
rev | line source |
---|---|
1137
bc1d817b80a4
Include README about how to actually build the documentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff
changeset
|
1 To build pdf documentation, call `make` with the documents name without the |
bc1d817b80a4
Include README about how to actually build the documentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff
changeset
|
2 ".tex" extension, e.g. |
bc1d817b80a4
Include README about how to actually build the documentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff
changeset
|
3 |
bc1d817b80a4
Include README about how to actually build the documentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff
changeset
|
4 cd admin-manual |
bc1d817b80a4
Include README about how to actually build the documentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff
changeset
|
5 make installation-admin-manual |
bc1d817b80a4
Include README about how to actually build the documentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff
changeset
|
6 |
bc1d817b80a4
Include README about how to actually build the documentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff
changeset
|
7 will result in |
bc1d817b80a4
Include README about how to actually build the documentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff
changeset
|
8 |
bc1d817b80a4
Include README about how to actually build the documentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff
changeset
|
9 installation-admin-manual.pdf |
bc1d817b80a4
Include README about how to actually build the documentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff
changeset
|
10 |
bc1d817b80a4
Include README about how to actually build the documentation.
Felix Wolfsteller <felix.wolfsteller@intevation.de>
parents:
diff
changeset
|
11 . |