They seem to be pointing to t1.html, which is one of the
default files generated (the first page, to be specific)
when generating multiple page html, so if you generated
multiple page html and then mved the file, it won't work.
If you do in fact want single page html (which seems to
be happening anyway), I think you can give jade -nochunks
and it will work.
If that doesn't work, I have a known working makefile somewhere that I could send.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That's the fault of the way I'm 'compiling' it. It probably works fine if someone more knowledgable than me compiles it. The _only_ way I know at this stage is using sgmltools.
I'll get around to learning how to manipulate docbook better one of these days.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Have you tried the nochunks option? This causes the html
to be output in 1 page. This also causes the internal
links to be just plain #FOO instead of t1.html#FOO, as they
are now (if you can't read jade's awful html, try running
it through html tidy (find on freshmeat)). If you do
not wish to generate 1 page output, the internal links
will work only if you do not rename the file.
Are you using rillian's (Ralph Giles) makefile? AFAIK that works.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
They seem to be pointing to t1.html, which is one of the
default files generated (the first page, to be specific)
when generating multiple page html, so if you generated
multiple page html and then mved the file, it won't work.
If you do in fact want single page html (which seems to
be happening anyway), I think you can give jade -nochunks
and it will work.
If that doesn't work, I have a known working makefile somewhere that I could send.
That's the fault of the way I'm 'compiling' it. It probably works fine if someone more knowledgable than me compiles it. The _only_ way I know at this stage is using sgmltools.
I'll get around to learning how to manipulate docbook better one of these days.
Have you tried the nochunks option? This causes the html
to be output in 1 page. This also causes the internal
links to be just plain #FOO instead of t1.html#FOO, as they
are now (if you can't read jade's awful html, try running
it through html tidy (find on freshmeat)). If you do
not wish to generate 1 page output, the internal links
will work only if you do not rename the file.
Are you using rillian's (Ralph Giles) makefile? AFAIK that works.