Added sparc docs

This commit is contained in:
ceriel 1991-09-27 17:08:48 +00:00
parent fb51183da2
commit a9bcc007ad
3 changed files with 5 additions and 0 deletions

View file

@ -27,3 +27,4 @@ ego
occam
int
ceg
sparc

View file

@ -49,6 +49,9 @@ top.X:
occam.doc: occam.X
occam.X:
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.X:
cd ego; make "REFER="$(REFER) "TARGET="$(TARGET) "TBL="$(TBL)

View file

@ -3,5 +3,6 @@ If you don't have that, you can change references to it with a sed-script
like
s/\.ft CW/.ft yourfont/
s/\\f(CW/\\fyourfont/g
s/^.fp\(.*\)CW$/.fp\1yourfont/
However, the font must be a constant-width font for the documents to look
reasonable.