Opened 22 years ago
Closed 22 years ago
#455 closed enhancement (fixed)
proposed addition to ch6 kernel headers install
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | lowest | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | minor | Keywords: | |
Cc: |
Description
ive been looking through the linux-2.4.20 Makefile and ive found an option to install the man(9) manpages (make mandocs) i propose that we add the followong commands to the kernel headers install so as to make a more "complete" basic system: make mandocs cp -av Documentation/man /usr/man/man9
these commands dont seem to have any dependancies (other than the usual ;-) )
Jay
Change History (3)
comment:1 by , 22 years ago
comment:2 by , 22 years ago
Status: | new → assigned |
---|
comment:3 by , 22 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Looks like a good idea to me, it even works *g*