wilzbach / tools-test

1 stars 0 forks source link

chm target does not build #106

Closed wilzbach closed 10 years ago

wilzbach commented 10 years ago

Note: the issue was created automatically migrated from https://issues.dlang.org

Original bug ID: BZ#12717 From: Andrej Mitrovic <andrej.mitrovich@gmail.com> Reported version: D2 CC: dlang-bugzilla@thecybershadow.net

wilzbach commented 10 years ago

Comment author: Andrej Mitrovic <andrej.mitrovich@gmail.com>

$ make -f win32.mak chm

chmgen Processing .\32-64-portability.html Downloading https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js to chm/js/jquery.min.js... Warning: Page not found in navigation Processing .\abi.html Processing .\acknowledgements.html Processing .\appendices.html Warning: Page not found in navigation Processing .\arrays.html Processing .\articles.html Warning: Page not found in navigation Processing .\ascii-table.html Processing .\attribute.html Processing .\bugstats.php.html Error while processing line:

The home of the D issue tracker is: http://issues.dlang.org

Error while processing file: .\bugstats.php.html object.Exception@ chmgen.d(56): Empty URL

0x0042BDC2 0x004021F1 0x00403F14 0x004332B8 0x0043328B 0x004331A4 0x00427C0B 0x751F3677 in BaseThreadInitThunk 0x77329D72 in __RtlUserThreadStart 0x77329D45 in _RtlUserThreadStart

--- errorlevel 1

wilzbach commented 10 years ago

Comment author: Andrej Mitrovic <andrej.mitrovich@gmail.com>

(In reply to Andrej Mitrovic from comment BZ#0)

Error while processing line:

The home of the D issue tracker is: <a href="">http://issues.dlang.org

The irony here is that I've introduced that line, so I probably broke the CHM target.

But what exactly is wrong with the page so I can fix it?

wilzbach commented 10 years ago

Comment author: Vladimir Panteleev <dlang-bugzilla@thecybershadow.net>

Read the error message?

That doesn't look right.

wilzbach commented 10 years ago

Comment author: Vladimir Panteleev <dlang-bugzilla@thecybershadow.net>

$(LINK2, $(B http://issues.dlang.org))

I think you're supposed to put an URL before the comma.

wilzbach commented 10 years ago

Comment author: Vladimir Panteleev <dlang-bugzilla@thecybershadow.net>

https://github.com/D-Programming-Language/dlang.org/pull/577

wilzbach commented 10 years ago

Comment author: Andrej Mitrovic <andrej.mitrovich@gmail.com>

(In reply to Vladimir Panteleev from comment BZ#2)

Read the error message?

That would require me to be HTML-literate. :P