home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
monitors
/
rsys
/
doc
/
makefile
next >
Wrap
Makefile
|
1995-02-27
|
798b
|
32 lines
# makefile for generating output files from makeguide.texi
SOURCE = RSys12
all: dvi guide doc tinfo
rest: guide doc tinfo
dvi:
tex:bigbin/virtex &texinfo $(SOURCE).texi
texindex $(SOURCE).cp
texindex $(SOURCE).fn
texindex $(SOURCE).pg
guide:
makeinfo --amiga --fill-column 80 --verbose $(SOURCE).texi
makeinfo --amiga-39 --fill-column 80 --verbose -o $(SOURCE)_39.guide $(SOURCE).texi
doc:
makeinfo --amiga --fill-column 80 --verbose --no-headers -o $(SOURCE).doc $(SOURCE).texi
tinfo:
makeinfo --no-split --fill-column 80 --verbose -o $(SOURCE).tinfo $(SOURCE).texi
rette:
copy (RSysHistory|MakeFile|RSys12.texi|RSys12.tinfo|RSys12.dvi|RSys12#?.guide|RSys12.doc) df0:
index:
texindex $(SOURCE).cp
texindex $(SOURCE).fn
texindex $(SOURCE).pg