# HG changeset patch # User Felix Wolfsteller # Date 1341505957 0 # Node ID bc1d817b80a469fd390cd09acc548067792a5bee # Parent 17c3770e6c6300144e8084ae8444bac4b5bf8f64 Include README about how to actually build the documentation. doc/trunk@4875 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 17c3770e6c63 -r bc1d817b80a4 doc/ChangeLog --- 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 + + * README: New file with minimal instructions how to build the + documentation. + 2010-08-13 Tim Englich * admin-manual/installation-artifact-server.tex, diff -r 17c3770e6c63 -r bc1d817b80a4 doc/README --- /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 + +.