aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormertz2005-06-17 21:12:40 +0000
committermertz2005-06-17 21:12:40 +0000
commitc68ffd93465b0f74332703e536d822cec41c2ae3 (patch)
tree5cd52d0bede9089d743a1b86e316924c6a8db2b0
parentc3d85a91e787812341de5006ca1270cad5991c84 (diff)
downloadtkzinc-c68ffd93465b0f74332703e536d822cec41c2ae3.zip
tkzinc-c68ffd93465b0f74332703e536d822cec41c2ae3.tar.gz
tkzinc-c68ffd93465b0f74332703e536d822cec41c2ae3.tar.bz2
tkzinc-c68ffd93465b0f74332703e536d822cec41c2ae3.tar.xz
./configure required before building the doc
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index 211d413..8025c53 100644
--- a/README
+++ b/README
@@ -263,11 +263,13 @@ MAKE AND READ THE DOCUMENTATION
To make the pdf doc you need pdflatex installed. Then do:
cd Tkzinc<version>
+ ./configure
make pdf
This should create a refman.pdf in the doc directory.
cd Tkzinc<version>
+ ./configure
make html
This should create the html documentation in the doc directory