mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
Reshuffle all the man pages around in the Makefiles too (duh!).
This commit is contained in:
parent
f04dc992ec
commit
e704d7993c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=3244
@ -1,18 +1,26 @@
|
||||
# @(#)Makefile 0.1 (RWGrimes) 3/25/93
|
||||
|
||||
MAN4= ed.4 keyboard.4 lpt.4 mem.4 mse.4 npx.4 screen.4 sio.4 spkr.4 tw.4
|
||||
MAN4= aha.4 ahb.4 ed.4 fd.4 fdc.4 ie.4 is.4 keyboard.4 lpt.4 mem.4 mse.4 \
|
||||
npx.4 screen.4 sio.4 spkr.4 tw.4 uha.4 wd.4
|
||||
|
||||
MLINKS= ed.4 ../ed.4
|
||||
MLINKS= aha.4 ../aha.4
|
||||
MLINKS+= ahb.4 ../ahb.4
|
||||
MLINKS+= ed.4 ../ed.4
|
||||
MLINKS+= fd.4 ../fd.4
|
||||
MLINKS+= fdc.4 ../fdc.4
|
||||
MLINKS+= ie.4 ../ie.4
|
||||
MLINKS+= is.4 ../is.4
|
||||
MLINKS+= keyboard.4 ../keyboard.4
|
||||
MLINKS+= lpt.4 ../lpt.4
|
||||
MLINKS+= mem.4 ../mem.4
|
||||
MLINKS+= mem.4 ../kmem.4
|
||||
MLINKS+= mse.4 ../mse.4
|
||||
MLINKS+= npx.4 ../npx.4
|
||||
MLINKS+= screen.4 ../screen.4
|
||||
MLINKS+= sio.4 ../sio.4
|
||||
MLINKS+= spkr.4 ../spkr.4
|
||||
MLINKS+= tw.4 ../tw.4
|
||||
MLINKS+= uha.4 ../uha.4
|
||||
MLINKS+= wd.4 ../wd.4
|
||||
|
||||
MANSUBDIR=/i386
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user