"make cleaner" cleans up all that it needs to clean up
* Complete rewrite of the PostScript/PDF documentation generator.
* The MS Visual C++ Makefile was updated and corrected.
* Recognize .rodata as a standard section name in ELF.
+* Fix some obsolete Perl4-isms in Perl scripts.
+* Fix configure.in to work with autoconf 2.5x.
+* Fix a couple of "make cleaner" misses.
0.98.31
cleaner: clean
rm -f insnsa.c insnsd.c insnsi.h insnsn.c macros.c *.man
- rm -f nasm.spec
+ rm -f nasm.spec version.h version.mac
cd doc && $(MAKE) clean
spotless: distclean cleaner
dist: spotless perlreq
autoconf
- rm -rf ./autom4te.cache
+ rm -rf ./autom4te*.cache
tar: dist
tar cvjf ../nasm-`cat version`-`date +%Y%m%d`.tar.bz2 ../`./nasm-dir`
if test ! -f macros.c; then cp -p ${srcdir}/macros.c .; fi
fi
-AC_OUTPUT(Makefile rdoff/Makefile doc/Makefile)
AC_OUTPUT_COMMANDS([mkdir -p output])
+AC_OUTPUT(Makefile rdoff/Makefile doc/Makefile)