added rcsid
added lines for formatting new manuals
This commit is contained in:
parent
aaf81a512b
commit
273ba7be86
1 changed files with 18 additions and 0 deletions
18
man/Makefile
18
man/Makefile
|
@ -1,4 +1,14 @@
|
|||
# $Header$
|
||||
|
||||
all:
|
||||
-nroff macro.v7 6500_as.1 > 6500_as.opr
|
||||
-nroff macro.v7 6800_as.1 > 6800_as.opr
|
||||
-nroff macro.v7 6809_as.1 > 6809_as.opr
|
||||
-nroff macro.v7 8080_as.1 > 8080_as.opr
|
||||
-nroff macro.v7 i86_as.1 > i86_as.opr
|
||||
-nroff macro.v7 m68k2_as.1 > m68k2_as.opr
|
||||
-nroff macro.v7 pdp_as.1 > pdp_as.opr
|
||||
-nroff macro.v7 z80_as.1 > z80_as.opr
|
||||
-tbl macro.v7 ack.1 | nroff >ack.opr
|
||||
-nroff macro.v7 arch.1 >arch.1.opr
|
||||
-nroff macro.v7 arch.5 >arch.5.opr
|
||||
|
@ -12,6 +22,14 @@ all:
|
|||
-nroff macro.v7 uni_ass.6 >uni_ass.opr
|
||||
|
||||
install:
|
||||
-cp 6500_as.1 > /usr/man/man1/6500_as.1
|
||||
-cp 6800_as.1 > /usr/man/man1/6800_as.1
|
||||
-cp 6809_as.1 > /usr/man/man1/6809_as.1
|
||||
-cp 8080_as.1 > /usr/man/man1/8080_as.1
|
||||
-cp i86_as.1 > /usr/man/man1/i86_as.1
|
||||
-cp m68k2_as.1 > /usr/man/man1/m68k2_as.1
|
||||
-cp pdp_as.1 > /usr/man/man1/pdp_as.1
|
||||
-cp z80_as.1 > /usr/man/man1/z80_as.1
|
||||
-tbl ack.1 >/usr/man/man1/ack.1
|
||||
-cp arch.1 /usr/man/man1/arch.1
|
||||
-cp arch.5 /usr/man/man5/arch.5
|
||||
|
|
Loading…
Reference in a new issue