Mercurial > dive4elements > gnv-client
changeset 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 | 17c3770e6c63 |
children | 2c00570ab3bd |
files | doc/ChangeLog doc/README |
diffstat | 2 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/ChangeLog Fri Aug 13 09:15:20 2010 +0000 +++ b/doc/ChangeLog Thu Jul 05 16:32:37 2012 +0000 @@ -1,3 +1,8 @@ +2012-07-05 Felix Wolfsteller <felix.wolfsteller@intevation.de> + + * README: New file with minimal instructions how to build the + documentation. + 2010-08-13 Tim Englich <tim@intevation.de> * admin-manual/installation-artifact-server.tex,
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/doc/README Thu Jul 05 16:32:37 2012 +0000 @@ -0,0 +1,11 @@ +To build pdf documentation, call `make` with the documents name without the +".tex" extension, e.g. + + cd admin-manual + make installation-admin-manual + +will result in + + installation-admin-manual.pdf + +.