Code: Select all
root@host:~/pgtcl1.5# make
If you have documentation to create, place the commands to
build the docs in the 'doc:' target. For example:
xml2nroff sample.xml > sample.n
xml2html sample.xml > sample.html
And then, if i try to run "make install", the following error happens:
Code: Select all
root@blackwulves:~/pgtcl1.5# make install
If you have documentation to create, place the commands to
build the docs in the 'doc:' target. For example:
xml2nroff sample.xml > sample.n
xml2html sample.xml > sample.html
/usr/bin/install -c libpgtcl1.5.so /usr/local/lib/pgtcl1.5/libpgtcl1.5.so
: /usr/local/lib/pgtcl1.5/libpgtcl1.5.so
Install pgtcl.tcl /usr/local/lib/pgtcl1.5/pgtcl.tcl
Install pkgIndex.tcl /usr/local/lib/pgtcl1.5
Installing header files in /usr/local/include
Installing ./generic/libpgtcl.h
Installing documentation in /usr/local/man
Installing ./doc/*.n
/usr/bin/install: omitting directory `./doc/*.n'
make: *** [install-doc] Error 1
If someone could help me, it would be appreciated
Thanks