mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-04-12 18:40:23 +08:00
Makefile: add warnings.src to perlreq; longer list of binary files
Add warnings.src to PERLREQ. If this isn't done, warnings.src ends up in the xdoc tarball rather than the release tarball, which means that unless the user can "make warnings" manually (which requires Perl) then they can't build the documentation. As this only affects the documentation build, it probably does not warrant a point release. Add a few more extensions to the list of recognized binary extensions for the purpose of generating a .zip file with DOS line ending conventions. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
parent
a825b33423
commit
57c375305c
@ -184,7 +184,7 @@ PERLREQ = x86/insnsb.c x86/insnsa.c x86/insnsd.c x86/insnsi.h x86/insnsn.c \
|
||||
x86/iflag.c x86/iflaggen.h \
|
||||
macros/macros.c \
|
||||
asm/pptok.ph asm/directbl.c asm/directiv.h \
|
||||
asm/warnings.c include/warnings.h \
|
||||
asm/warnings.c include/warnings.h doc/warnings.src \
|
||||
version.h version.mac version.mak nsis/version.nsh
|
||||
|
||||
INSDEP = x86/insns.dat x86/insns.pl x86/insns-iflags.ph x86/iflags.ph
|
||||
@ -393,7 +393,8 @@ clean:
|
||||
distclean: clean
|
||||
$(RM_F) config.log config.status config/config.h
|
||||
for d in . $(SUBDIRS) $(XSUBDIRS); do \
|
||||
$(RM_F) "$$d"/*~ "$$d"/*.bak "$$d"/*.lst "$$d"/*.bin ; \
|
||||
$(RM_F) "$$d"/.\# "$$d"/\# "$$d"/*~ "$$d"/*.bak \
|
||||
"$$d"/*.lst "$$d"/*.bin ; \
|
||||
done
|
||||
$(RM_F) test/*.$(O)
|
||||
$(RM_RF) autom4te*.cache
|
||||
|
@ -143,7 +143,7 @@ PERLREQ = x86\insnsb.c x86\insnsa.c x86\insnsd.c x86\insnsi.h x86\insnsn.c \
|
||||
x86\iflag.c x86\iflaggen.h \
|
||||
macros\macros.c \
|
||||
asm\pptok.ph asm\directbl.c asm\directiv.h \
|
||||
asm\warnings.c include\warnings.h \
|
||||
asm\warnings.c include\warnings.h doc\warnings.src \
|
||||
version.h version.mac version.mak nsis\version.nsh
|
||||
|
||||
INSDEP = x86\insns.dat x86\insns.pl x86\insns-iflags.ph x86\iflags.ph
|
||||
|
@ -156,7 +156,7 @@ PERLREQ = x86\insnsb.c x86\insnsa.c x86\insnsd.c x86\insnsi.h x86\insnsn.c &
|
||||
x86\iflag.c x86\iflaggen.h &
|
||||
macros\macros.c &
|
||||
asm\pptok.ph asm\directbl.c asm\directiv.h &
|
||||
asm\warnings.c include\warnings.h &
|
||||
asm\warnings.c include\warnings.h doc\warnings.src &
|
||||
version.h version.mac version.mak nsis\version.nsh
|
||||
|
||||
INSDEP = x86\insns.dat x86\insns.pl x86\insns-iflags.ph x86\iflags.ph
|
||||
|
@ -66,7 +66,7 @@ mv nasm-"$version".tar.gz nasm-"$version".tar.bz2 nasm-"$version".tar.xz ..
|
||||
|
||||
# Create zipfile (DOS convention: no prefix, convert file endings)
|
||||
cd nasm-"$version"
|
||||
binext='jpg zip ico png pdf bin o obj exe com'
|
||||
binext='jpg zip ico png pdf bin o obj exe com a lib xz'
|
||||
for e in $binext; do
|
||||
xbin="$xbin -x *.$e -x *.$e.t"
|
||||
ibin="$ibin -i *.$e -i *.$e.t"
|
||||
|
Loading…
x
Reference in New Issue
Block a user