Ticket #1175 (closed defect: fixed)
tools/mkhtml.py bug
| Reported by: | neteler | Owned by: | grass-dev@… |
|---|---|---|---|
| Priority: | critical | Milestone: | 7.0.0 |
| Component: | Compiling | Version: | svn-trunk |
| Keywords: | Cc: | ||
| Platform: | All | CPU: | All |
Description
In a series of module but not all the following problem happens during compilation (long lines broken here for readability):
VERSION_NUMBER=7.0.svn /home/usr_local/src/grass70/dist.x86_64-unknown-linux-gnu/tools/g.html2man.py
/home/usr_local/src/grass70/dist.x86_64-unknown-linux-gnu/docs/html/db.copy.html
/home/usr_local/src/grass70/dist.x86_64-unknown-linux-gnu/man/man1/db.copy.1
/home/usr_local/src/grass70/dist.x86_64-unknown-linux-gnu/docs/html/db.copy.html:80:0:
Error ({}): <li><a href="#SEE ALSO">SEE ALSO</a></li>
make: *** [/home/usr_local/src/grass70/dist.x86_64-unknown-linux-gnu/man/man1/db.copy.1] Error 1
...
make
VERSION_NUMBER=7.0.svn /home/usr_local/src/grass70/dist.x86_64-unknown-linux-gnu/tools/g.html2man.py
/home/usr_local/src/grass70/dist.x86_64-unknown-linux-gnu/docs/html/ps.map.html
/home/usr_local/src/grass70/dist.x86_64-unknown-linux-gnu/man/man1/ps.map.1
/home/usr_local/src/grass70/dist.x86_64-unknown-linux-gnu/docs/html/ps.map.html:65:0:
Error ({}): <li><a href="#border">border</a></li>
make: *** [/home/usr_local/src/grass70/dist.x86_64-unknown-linux-gnu/man/man1/ps.map.1] Error 1
I suspect that "#" is causing troubles.
Using Python 2.6.5 (r265:79063, Jul 14 2010, 13:38:11) [GCC 4.4.3]
Change History
Note: See
TracTickets for help on using
tickets.
