manpath fixen.
This commit is contained in:
parent
1f06c47341
commit
66ddad3941
1
CHANGES
1
CHANGES
|
@ -41,6 +41,7 @@
|
|||
* Intersil Corporation as part of PRISM(R) chipset product development.
|
||||
*
|
||||
* --------------------------------------------------------------------
|
||||
- Fixed the path the manpages were installed to.
|
||||
-pre8
|
||||
- Properly reset the hardware state after a flash/ram download.
|
||||
- Patch to allow escaped characters in the scan list (Derek Atkins)
|
||||
|
|
|
@ -48,8 +48,9 @@ all:
|
|||
@echo "Nothing to do..."
|
||||
|
||||
install:
|
||||
mkdir -p $(TARGET_ROOT_ON_HOST)/usr/local/man/man1
|
||||
cp nwepgen.man wlancfg.man wlanctl-ng.man wland.man \
|
||||
/usr/local/man/man1
|
||||
$(TARGET_ROOT_ON_HOST)/usr/local/man/man1
|
||||
|
||||
clean:
|
||||
rm -f core core.* *.o .*.o *.s *.a .depend tmp_make *~ tags
|
||||
|
|
Loading…
Reference in a new issue