hevea -O -s -exec xxdate.exe -fix custom.hva gprolog.tex -o gprolog.html
make: hevea: Command not found
make: *** [gprolog.html] Error 127
ulrich@p0:/opt/gupu/src/gprolog-code/doc$ hevea
The program 'hevea' is currently not installed.  You can install it by typing:
sudo apt-get install hevea
ulrich@p0:/opt/gupu/src/gprolog-code/doc$ sudo apt-get install hevea
[sudo] password for ulrich: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-headers-3.2.0-29 linux-headers-3.2.0-29-generic
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  ocaml-base-nox
Suggested packages:
  hevea-doc
The following NEW packages will be installed:
  hevea ocaml-base-nox
0 upgraded, 2 newly installed, 0 to remove and 23 not upgraded.
Need to get 981 kB of archives.
After this operation, 3,353 kB of additional disk space will be used.
Do you want to continue [Y/n]? Y
Get:1 http://at.archive.ubuntu.com/ubuntu/ precise/main ocaml-base-nox amd64 3.12.1-2ubuntu2 [596 kB]
Get:2 http://at.archive.ubuntu.com/ubuntu/ precise/main hevea all 1.10-14build1 [384 kB]
Fetched 981 kB in 0s (2,441 kB/s)
Selecting previously unselected package ocaml-base-nox.
(Reading database ... 677092 files and directories currently installed.)
Unpacking ocaml-base-nox (from .../ocaml-base-nox_3.12.1-2ubuntu2_amd64.deb) ...
Selecting previously unselected package hevea.
Unpacking hevea (from .../hevea_1.10-14build1_all.deb) ...
Processing triggers for man-db ...
Setting up ocaml-base-nox (3.12.1-2ubuntu2) ...
Setting up hevea (1.10-14build1) ...
Processing triggers for tex-common ...
Running mktexlsr. This may take some time... done.
ulrich@p0:/opt/gupu/src/gprolog-code/doc$ make all
hevea -O -s -exec xxdate.exe -fix custom.hva gprolog.tex -o gprolog.html
Exclude comment 'comment'
Exclude comment 'comment'
rm -f html_node/index.html html_node/gprolog*.html
cp logo.png compil-scheme.png debug-box.png html_node/.
(cd html_node && hacha -hrf -tocbis ../gprolog.html && ./hh_do_hhc_hhk gprolog)
Exclude comment 'comment'
Exclude comment 'comment'
(cd html_node; hhc hh-gprolog.hhp; mv -f gprolog.chm ..) 2>/dev/null || exit 0
ulrich@p0:/opt/gupu/src/gprolog-code/doc$ cd ..
ulrich@p0:/opt/gupu/src/gprolog-code$ make install
make: *** No rule to make target `install'.  Stop.
ulrich@p0:/opt/gupu/src/gprolog-code$ cd src
ulrich@p0:/opt/gupu/src/gprolog-code/src$ make install
./mkinstalldirs /opt/gupu/gprolog-1.4.4 /opt/gupu/gprolog-1.4.4/bin \
	/opt/gupu/gprolog-1.4.4/include /opt/gupu/gprolog-1.4.4/lib
for i in README COPYING VERSION NEWS ChangeLog gprolog.ico; do /usr/bin/install -c -m 644 ../$i /opt/gupu/gprolog-1.4.4; done
for i in gplc hexgplc gprolog pl2wam wam2ma ma2asm fd2c; do /usr/bin/install -c */$i /opt/gupu/gprolog-1.4.4/bin; done
for i in top_level.o all_pl_bips.o debugger.o all_fd_bips.o; do /usr/bin/install -c -m 644 */$i /opt/gupu/gprolog-1.4.4/lib; done
for i in libengine_pl.a libbips_pl.a liblinedit.a libengine_fd.a libbips_fd.a; do /usr/bin/install -c -m 644 */$i /opt/gupu/gprolog-1.4.4/lib; done
for i in gprolog.h fd_to_c.h; do EnginePl/cpp_headers $i ./$i EnginePl EngineFD BipsPl BipsFD; /usr/bin/install -c -m 644 ./$i /opt/gupu/gprolog-1.4.4/include; rm -f $i; done
(cd /opt/gupu/gprolog-1.4.4/lib; for i in *.a; do ranlib $i; done)
if test /opt/gupu/gprolog-1.4.4/doc != none; then \
	   ./mkinstalldirs /opt/gupu/gprolog-1.4.4/doc; \
	   (F=`cd ../doc; echo ???*.dvi ???*.ps ???*.pdf ???*.chm ???*.eps ???*.html ???*.gif`; \
	   for i in $F; do /usr/bin/install -c -m 644 ../doc/$i /opt/gupu/gprolog-1.4.4/doc; done); \
	fi
/usr/bin/install: cannot stat `../doc/???*.chm': No such file or directory
if test /opt/gupu/gprolog-1.4.4/doc/html_node != none; then \
	   ./mkinstalldirs /opt/gupu/gprolog-1.4.4/doc/html_node; \
	   (F=`cd ../doc/html_node; echo ???*.html ???*.gif ???*.css`; \
	   for i in $F; do /usr/bin/install -c -m 644 ../doc/html_node/$i /opt/gupu/gprolog-1.4.4/doc/html_node; done); \
	fi
/usr/bin/install: cannot stat `../doc/html_node/???*.css': No such file or directory
make: *** [install-html] Error 1
ulrich@p0:/opt/gupu/src/gprolog-code/src$