From 2358a2f5e2590c721280486c2b42eac73b315039 Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 6 Dec 1995 13:17:50 +0000 Subject: [PATCH] Added pascal compiler report --- doc/.distr | 1 + doc/Makefile | 3 ++- doc/pascal/.distr | 20 ++++++++++++++++++++ doc/pascal/proto.make | 28 ++++++++++++++++++++++++++++ doc/proto.make | 5 +++++ 5 files changed, 56 insertions(+), 1 deletion(-) create mode 100644 doc/pascal/.distr create mode 100644 doc/pascal/proto.make diff --git a/doc/.distr b/doc/.distr index 9c370276b..bc07de978 100644 --- a/doc/.distr +++ b/doc/.distr @@ -30,3 +30,4 @@ int ceg sparc lint +pascal diff --git a/doc/Makefile b/doc/Makefile index be85671ed..2ed01f173 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -12,7 +12,8 @@ OPR=dip RESFILES= \ toolkit.$(SUF) install.$(SUF) em.$(SUF) ack.$(SUF) v7bugs.$(SUF) \ peep.$(SUF) cg.$(SUF) ncg.$(SUF) regadd.$(SUF) LLgen.$(SUF) \ - basic.$(SUF) crefman.$(SUF) pcref.$(SUF) val.$(SUF) ansi_C.$(SUF) \ + basic.$(SUF) crefman.$(SUF) pascal.$(SUF) pcref.$(SUF) val.$(SUF) \ + ansi_C.$(SUF) \ 6500.$(SUF) i80.$(SUF) z80.$(SUF) top.$(SUF) ego.$(SUF) \ m68020.$(SUF) occam.$(SUF) m2ref.$(SUF) ceg.$(SUF) nopt.$(SUF) \ sparc.$(SUF) int.$(SUF) lint.$(SUF) diff --git a/doc/pascal/.distr b/doc/pascal/.distr new file mode 100644 index 000000000..44bb76092 --- /dev/null +++ b/doc/pascal/.distr @@ -0,0 +1,20 @@ +ab+intro.doc +compar.doc +conf.doc +contents.doc +deviations.doc +example.doc +extensions.doc +hints.doc +his.doc +improv.doc +internal.doc +options.doc +proto.make +reference.doc +rtl.doc +syntax.doc +test.doc +titlepg.doc +transpem.doc +vrk.doc diff --git a/doc/pascal/proto.make b/doc/pascal/proto.make new file mode 100644 index 000000000..90d780097 --- /dev/null +++ b/doc/pascal/proto.make @@ -0,0 +1,28 @@ +# $Id$ + +#PARAMS do not remove this line! + +SRC_DIR = $(SRC_HOME)/doc/pascal + +PIC = pic + +SRC = \ + $(SRC_DIR)/ab+intro.doc \ + $(SRC_DIR)/internal.doc \ + $(SRC_DIR)/transpem.doc \ + $(SRC_DIR)/conf.doc \ + $(SRC_DIR)/options.doc \ + $(SRC_DIR)/extensions.doc \ + $(SRC_DIR)/deviations.doc \ + $(SRC_DIR)/hints.doc \ + $(SRC_DIR)/test.doc \ + $(SRC_DIR)/compar.doc \ + $(SRC_DIR)/improv.doc \ + $(SRC_DIR)/his.doc \ + $(SRC_DIR)/reference.doc \ + $(SRC_DIR)/syntax.doc \ + $(SRC_DIR)/rtl.doc \ + $(SRC_DIR)/example.doc + +$(TARGET_HOME)/doc/pascal.doc: $(SRC) + $(PIC) $(SRC) > $$ diff --git a/doc/proto.make b/doc/proto.make index e9260756c..c403e18da 100644 --- a/doc/proto.make +++ b/doc/proto.make @@ -18,6 +18,7 @@ RESFILES= \ $(TARGET_HOME)/doc/ncg.doc \ $(TARGET_HOME)/doc/regadd.doc \ $(TARGET_HOME)/doc/LLgen.doc \ + $(TARGET_HOME)/doc/pascal.doc \ $(TARGET_HOME)/doc/basic.doc \ $(TARGET_HOME)/doc/crefman.doc \ $(TARGET_HOME)/doc/ansi_C.doc \ @@ -105,6 +106,10 @@ $(TARGET_HOME)/doc/sparc.doc: sparc.X sparc.X: cd sparc; make "PIC="$(PIC) "TBL="$(TBL) +$(TARGET_HOME)/doc/pascal.doc: pascal.X +pascal.X: + cd pascal; make "PIC="$(PIC) + $(TARGET_HOME)/doc/top.doc: top.X top.X: cd top; make "EQN="$(EQN) "TBL="$(TBL) "REFER="$(REFER) -- 2.34.1