NASM 0.98p7
[nasm/avx512.git] / doc / Makefile
blobc510405275693e9221c149c6c31a4d5d32f8476b
2 # UNIX Makefile for NASM documentation
5 SRCS = nasmdoc.src
6 OUT = nasm.info
8 all: $(OUT)
10 .SUFFIXES: .src .texi .info .ps .rtf .hpj .ps .txt .pl
12 # Consider html, txt and src output a side effect
13 .src.texi:
14 mkdir -p html
15 perl ./rdsrc.pl < $<
16 mv -f *.html html
18 nasm.info: nasmdoc.texi
19 mkdir -p info
20 makeinfo $<
21 mv -f *.info *.info-* info
23 clean:
24 -rm -f *.rtf *.hpj *.texi
26 spotless: clean
27 -rm -rf html info *.hlp *.txt *.ps