Added sparc docs
This commit is contained in:
parent
fb51183da2
commit
a9bcc007ad
|
@ -27,3 +27,4 @@ ego
|
||||||
occam
|
occam
|
||||||
int
|
int
|
||||||
ceg
|
ceg
|
||||||
|
sparc
|
||||||
|
|
|
@ -49,6 +49,9 @@ top.X:
|
||||||
occam.doc: occam.X
|
occam.doc: occam.X
|
||||||
occam.X:
|
occam.X:
|
||||||
cd occam; make "PIC="$(PIC) "TBL="$(TBL) "EQN="$(EQN) "TARGET="$(TARGET)
|
cd occam; make "PIC="$(PIC) "TBL="$(TBL) "EQN="$(EQN) "TARGET="$(TARGET)
|
||||||
|
sparc.doc: sparc.X
|
||||||
|
sparc.X:
|
||||||
|
cd sparc; make "PIC="$(PIC) "TBL="$(TBL) "TARGET="$(TARGET)
|
||||||
ego.doc: ego.X
|
ego.doc: ego.X
|
||||||
ego.X:
|
ego.X:
|
||||||
cd ego; make "REFER="$(REFER) "TARGET="$(TARGET) "TBL="$(TBL)
|
cd ego; make "REFER="$(REFER) "TARGET="$(TARGET) "TBL="$(TBL)
|
||||||
|
|
|
@ -3,5 +3,6 @@ If you don't have that, you can change references to it with a sed-script
|
||||||
like
|
like
|
||||||
s/\.ft CW/.ft yourfont/
|
s/\.ft CW/.ft yourfont/
|
||||||
s/\\f(CW/\\fyourfont/g
|
s/\\f(CW/\\fyourfont/g
|
||||||
|
s/^.fp\(.*\)CW$/.fp\1yourfont/
|
||||||
However, the font must be a constant-width font for the documents to look
|
However, the font must be a constant-width font for the documents to look
|
||||||
reasonable.
|
reasonable.
|
||||||
|
|
Loading…
Reference in a new issue