28 lines
635 B
Plaintext
28 lines
635 B
Plaintext
--- Makefile.in.DIST Tue Feb 15 10:37:41 2000
|
|
+++ Makefile.in Tue Feb 15 10:36:54 2000
|
|
@@ -50,6 +50,7 @@
|
|
|
|
all: nasm ndisasm nasm.man ndisasm.man
|
|
cd rdoff; $(MAKE) all
|
|
+ cd doc; $(MAKE) all
|
|
|
|
nasm: $(NASM)
|
|
$(CC) $(LDFLAGS) -o nasm $(NASM)
|
|
--- doc/Makefile.in.DIST Thu Jun 3 14:24:51 1999
|
|
+++ doc/Makefile.in Tue Feb 15 10:34:53 2000
|
|
@@ -29,12 +29,12 @@
|
|
# Consider html, txt and src output a side effect
|
|
.src.texi:
|
|
mkdir -p html
|
|
- $(PERL) ./rdsrc.pl < $<
|
|
+ $(PERL) ${srcdir}/rdsrc.pl < $<
|
|
mv -f *.html html
|
|
|
|
nasm.info: nasmdoc.texi
|
|
mkdir -p info
|
|
- $(MAKEINFO) $<
|
|
+ $(MAKEINFO) $>
|
|
mv -f *.info *.info-* info
|
|
|
|
clean:
|