home *** CD-ROM | disk | FTP | other *** search
- # $VER Make4Guide V 1.0 by Gerhard Leibrock (06. Oct 1993)
- # Makefile to produce .guide, .dvi or .doc output from an .texi file
-
- SOURCE = GAdoc
-
- all: doc dvi
-
- dvi:
- tex:bin/virtex &plain $(SOURCE).texi
- texindex $(SOURCE).cp
-
- guide:
- makeinfo --amiga ${SOURCE}.texi
- run <NIL: >NIL: rx MGuideErr.ced
- run <NIL: >NIL: sys:Utilities/AmigaGuide $(SOURCE).guide
-
- doc:
- makeinfo --amiga --no-headers -o $(SOURCE).doc $(SOURCE).texi
-
- test:
- makeinfo --amiga $(SOURCE).texi
-
-