From: Nathan Bird Date: Tue, 2 Mar 2010 22:18:56 +0000 (-0500) Subject: README: adding info about build targets X-Git-Tag: v5.0.5~8^2^2~1 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=4d72f68f2a2a8280133305356f6dc5071fd1446e;hp=cb82710efa09d65dca65d8b8316c6f877129a22c README: adding info about build targets --- diff --git a/doc/README b/doc/README index 89197ff..5c0c268 100644 --- a/doc/README +++ b/doc/README @@ -1,4 +1,3 @@ - Building the documentation: You will need the following packages: @@ -10,3 +9,16 @@ You will need the following packages: * fop These are the debian/ubuntu package names; on other systems there are probably similar. + + +General Build: +> make + +Check the validity of the source +> make check + +Build just the html: +> make html + +Build just the pdf: +> make pdf