From 1d46cc92f5edbb2199ba3de599f4e0d12fe91c35 Mon Sep 17 00:00:00 2001 From: "Christian A. Weber" Date: Mon, 18 May 1992 02:18:40 +0000 Subject: =?UTF-8?q?iff.lib=20wird=20jetzt=20auch=20zum=20Generieren=20von?= =?UTF-8?q?=20iff.library=20ben=C3=B6tigt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Source/Makefile | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'Source/Makefile') diff --git a/Source/Makefile b/Source/Makefile index 712fcf4..43feda1 100644 --- a/Source/Makefile +++ b/Source/Makefile @@ -1,11 +1,11 @@ ## -## $Id: Makefile,v 21.1 92/05/15 03:23:06 chris Exp $ -## $Revision: 21.1 $ +## $Id: Makefile,v 21.2 92/05/17 03:09:18 chris Exp $ +## $Revision: 21.2 $ ## ## $Filename: Makefile $ ## $Author: chris $ ## $Release: 19.1 $ -## $Date: 92/05/15 03:23:06 $ +## $Date: 92/05/17 03:09:18 $ ## ## Makefile to build iff.library and utilities ## @@ -97,7 +97,7 @@ IFFLIB_MODS = ifflib.o openiff.o closeiff.o findchunk.o getbmhd.o\ $(IFFLIB_MODS): IFFLib.i INCUSR:libraries/iff.i /iff.library: $(IFFLIB_MODS) - BLINK FROM $(IFFLIB_MODS) TO T:___iff LIB LIB:small.lib + BLINK FROM $(IFFLIB_MODS) TO T:___iff LIB /iff.lib LIB:small.lib @AbsLoad >NIL: -©o/iff.library T:___iff @Delete T:___iff @Protect /iff.library rwd @@ -136,12 +136,17 @@ ppopeniffc.o: ppopeniffc.c Genim2 $(AFLAGS) -o/iff.lib IFF.S ############################################################################# -## Autodocs (ifflib.doc) +## Autodocs (ifflib.doc) und ifflib.guide /ifflib.doc: $(IFFLIB_SRC) $(AUTODOC) $(AUTODOCFLAGS) $(IFFLIB_SRC) >/ifflib.doc $(AUTODOC) $(AUTODOCFLAGS) -i $(IFFLIB_SRC) >/ifflib_internal.doc - + @Delete /*.hyper /*.hyper.info + ad2ht / / + @Rename /ifflib /ifflib.hyper + @Rename /ifflib.info /ifflib.hyper.info + @Rename /ifflib_internal /ifflib_internal.hyper + @Rename /ifflib_internal.info /ifflib_internal.hyper.info ############################################################################# -- cgit v1.2.3