Added pascal compiler report

This commit is contained in:
ceriel
1995-12-06 13:17:50 +00:00
parent 6e2fe89c61
commit 2358a2f5e2
5 changed files with 56 additions and 1 deletions

20
doc/pascal/.distr Normal file
View File

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

28
doc/pascal/proto.make Normal file
View File

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