On Mon, Jul 15, 2002 at 10:18:55PM -0700, Chris Tillman wrote: > On Mon, Jul 15, 2002 at 08:45:29PM -0700, Debian Boot CVS Master wrote: > > Repository: boot-floppies/documentation > > who: kraai > > time: Mon Jul 15 20:45:29 PDT 2002 > > Log Message: > > Link index.html to localized version. > > > > > > Files: > > changed: Makefile > > I see this would fix the linking, but the files are also not being generated > correctly. As an intermediate step, we get index.cs.html, index.da.html, etc > in the doc folder, but in the end they are gone and what ends up in the cs and > da folders is index.en.html. In English, too; it's not just being renamed > incorrectly.
In my build, $ make docs $ make -C documentation DESTDIR=/tmp/foo install I have the following results $ ls -l /tmp/foo/cs/index.cs.html /tmp/foo/cs/index.en.html /tmp/foo/cs/index.html ls: /tmp/foo/cs/index.cs.html: No such file or directory -rw-r--r-- 1 kraai kraai 4504 Jul 15 22:29 /tmp/foo/cs/index.en.html lrwxrwxrwx 1 kraai kraai 13 Jul 15 22:35 /tmp/foo/cs/index.html -> index.en.html $ ls -l /tmp/foo/da/index.da.html /tmp/foo/da/index.en.html /tmp/foo/da/index.html ls: /tmp/foo/da/index.en.html: No such file or directory -rw-r--r-- 1 kraai kraai 4529 Jul 15 22:31 /tmp/foo/da/index.da.html lrwxrwxrwx 1 kraai kraai 13 Jul 15 22:35 /tmp/foo/da/index.html -> index.da.html Given that index.cs.html.m4 doesn't exist, and index.da.html.m4 does, this seems to be the desired behavior. What am I missing? Matt
msg20872/pgp00000.pgp
Description: PGP signature