> Nothing is "missing". I only put the *binary* packages at the ftp server
> (the 'bin' in the file name is added for a reason:), the source code is
> availabe in CVS.
I am aware of that, but people who unpack the
plucker_bin-1.1.13.tar.bz2, see a ./configure, run it, and then type 'make',
are going to get zip nada. Nothing will be installed, unless you hack out
'manual' and 'install-manual' from the Makefile. 'distclean' also fails,
looking for viewer.c and friends.
cd viewer ; make clean
make[1]: Entering directory `/tmp/plucker-1.1.13/viewer'
make[1]: *** No rule to make target `viewer.c', needed by `.depend'. Stop.
make[1]: Leaving directory `/tmp/plucker-1.1.13/viewer'
make: *** [clean-recursive] Error 2
Perhaps we should have a binary target for the Makefile, so we can
keep one Makefile.in, and use it for the bin package. In the bin package,
when ./configure runs, stick an AC_INIT in there for a file only found in
the binary package, and then build Makefile.in accordingly.
1
/d