]> Cypherpunks.ru repositories - nncp.git/blob - doc/Makefile
Excess mention of mirrors
[nncp.git] / doc / Makefile
1 MAKEINFO ?= makeinfo
2
3 all: nncp.info nncp.html
4
5 sp.utxt: sp.txt
6         plantuml -tutxt sp.txt
7
8 nncp.info: *.texi sp.utxt pedro.txt
9         $(MAKEINFO) -o nncp.info index.texi
10
11 CSS != cat style.css
12
13 nncp.html: *.texi sp.utxt pedro.txt
14         rm -f nncp.html/*.html
15         $(MAKEINFO) --html \
16                 --set-customization-variable EXTRA_HEAD='<link rev="made" href="mailto:webmaster@nncpgo.org">' \
17                 --set-customization-variable CSS_LINES='$(CSS)' \
18                 --set-customization-variable SHOW_TITLE=0 \
19                 --set-customization-variable DATE_IN_HEADER=1 \
20                 --set-customization-variable TOP_NODE_UP_URL=index.html \
21                 --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \
22                 --set-customization-variable OPEN_QUOTE_SYMBOL=\" \
23                 -o nncp.html index.texi
24         cp -r .well-known nncp.html/