X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=doc%2FREADME;h=5c0c26885afb53d5e0e36a861eabae8238f86620;hb=b50166ae0ba2bc09a9094c0e675ec92010b7293e;hp=89197ff7c3d9d33839baf52dfdd9c742a9a34281;hpb=f9a851a5e3d042c618a991542baca8c0c5baffc8;p=clsql.git 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