Opened 18 years ago
Closed 17 years ago
#155 closed defect (fixed)
Remove project-root.jam references from the documentation.
| Reported by: | jurko at docte dot hr | Owned by: | somebody |
|---|---|---|---|
| Priority: | trivial | Milestone: | M14 - Docs |
| Component: | component1 | Version: | 2.0 |
| Keywords: | Jamroot project-root.jam rename | Cc: |
Description
project-root.jam references throughout the documentation should be replaces with Jamroot.
While at it the main boost project's project-root.jam file should be renamed to Jamroot.
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Updated all the examples & test cases to consistently use file names jamroot.jam & jamfile.jam. All of Boost Build's internal Jamroot & Jamfile files are now also named jamroot.jam & jamfile.jam.
I guess documentation & comments will keep the old generic Jamroot & Jamfile names but should note that their preferred actual file names are jamroot.jam & jamfile.jam.
Note:
See TracTickets
for help on using tickets.

Can we please stick to using names with extensions. Dealing with non-extension names on Windows is a real PITA.