Browse Source

Added sparc docs

ceriel 33 years ago
parent
commit
6967cfb459
3 changed files with 5 additions and 0 deletions
  1. 1 0
      doc/.distr
  2. 3 0
      doc/Makefile
  3. 1 0
      doc/READ_ME

+ 1 - 0
doc/.distr

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

+ 3 - 0
doc/Makefile

@@ -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)

+ 1 - 0
doc/READ_ME

@@ -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.