Steve,
Someone on c.e.x. just pointed out that psgml-1.20-pkg.tar.gz is missing
the contents of the .../etc/psgml/cdtd directory. I just checked
psgml-1.21-pkg.tar.gz, and it is missing there as well. Are those files
not being generated by the build process, or is the packager just not
packaging them up? In either case, I might be able to help fix the
problem.
Thanks,
--
Jerry James
Show replies by date
|--==> "JJ" == Jerry James <james(a)eecs.ukans.edu> writes:
JJ> Someone on c.e.x. just pointed out that psgml-1.20-pkg.tar.gz is missing
JJ> the contents of the .../etc/psgml/cdtd directory. I just checked
JJ> psgml-1.21-pkg.tar.gz, and it is missing there as well. Are those files
JJ> not being generated by the build process, or is the packager just not
JJ> packaging them up? In either case, I might be able to help fix the
JJ> problem.
Thanks for letting me know about this.
The problem is that the Makefile sets
DATA_1_FILES = $(wildcard etc/cdtd/[hi]*)
Which is empty until after the build is finished. If you do a second
'make' (with out clean or distclean) the files in etc/cdtd/ get
installed.
A Makefile problem, I'd say.
Jerry, can you fix it?
--
|---<Steve Youngs>---------------<GnuPG KeyID: 9E7E2820>---|
| XEmacs - It's not just an editor. |
| It's a way of life. |
|------------------------------------<youngs(a)xemacs.org>---|