mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-07-24 10:25:42 -04:00
Don't remove head.ps by mistake
This commit is contained in:
parent
c7a2652f4a
commit
e23f305d2c
@ -28,17 +28,26 @@ all: $(OUT)
|
|||||||
|
|
||||||
os2: nasm.inf
|
os2: nasm.inf
|
||||||
|
|
||||||
.SUFFIXES: .src .texi .info .ps .rtf .hpj .dvi .pdf .txt .pl .ipf .inf
|
|
||||||
|
|
||||||
# Consider html, txt and ps output a side effect
|
# Consider html, txt and ps output a side effect
|
||||||
nasmdoc.texi: nasmdoc.src rdsrc.pl
|
nasmdoc.dip: nasmdoc.src rdsrc.pl
|
||||||
mkdir -p html
|
mkdir -p html
|
||||||
$(PERL) $(srcdir)/rdsrc.pl < $<
|
$(PERL) $(srcdir)/rdsrc.pl < $<
|
||||||
mv -f *.html html
|
mv -f *.html html
|
||||||
|
|
||||||
nasmdoc.ps: nasmdoc.texi
|
nasmdoc.ps: nasmdoc.dip
|
||||||
: Generated by side effect
|
: Generated by side effect
|
||||||
|
|
||||||
|
nasmdoc.texi: nasmdoc.dip
|
||||||
|
: Generated by side effect
|
||||||
|
|
||||||
|
new: nasmdocx.ps nasmdocx.pdf
|
||||||
|
|
||||||
|
nasmdocx.ps: nasmdoc.dip nasmlogo.eps genps.pl psfonts.ph pswidth.pl head.ps
|
||||||
|
$(PERL) $(srcdir)/genps.pl > nasmdocx.ps
|
||||||
|
|
||||||
|
nasmdocx.pdf: nasmdocx.ps
|
||||||
|
$(PS2PDF) nasmdocx.ps nasmdocx.pdf
|
||||||
|
|
||||||
nasm.info: info/nasm.info
|
nasm.info: info/nasm.info
|
||||||
|
|
||||||
info/nasm.info: nasmdoc.texi
|
info/nasm.info: nasmdoc.texi
|
||||||
@ -66,7 +75,9 @@ clean:
|
|||||||
-rm -f *.aux *.cp *.fn *.ky *.pg *.log *.toc *.tp *.vr
|
-rm -f *.aux *.cp *.fn *.ky *.pg *.log *.toc *.tp *.vr
|
||||||
|
|
||||||
spotless: clean
|
spotless: clean
|
||||||
-rm -rf html info *.hlp *.txt *.ps *.inf *.pdf *.dvi
|
-rm -rf html info
|
||||||
|
-rm -f *.hlp *.txt *.inf *.pdf *.dvi
|
||||||
|
-rm -f nasmdoc.ps nasmdocx.ps
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
$(INSTALL_DATA) info/* $(INSTALLROOT)$(infodir)
|
$(INSTALL_DATA) info/* $(INSTALLROOT)$(infodir)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user