]> Cypherpunks.ru repositories - nncp.git/blob - doc/Makefile
4e65b0fe549402cc16a91d150962c62e5b3de85b
[nncp.git] / doc / Makefile
1 all: nncp.info nncp.html
2
3 MAKEINFO ?= makeinfo
4
5 nncp.info: *.texi pedro.txt
6         $(MAKEINFO) -o nncp.info index.texi
7
8 CSS != cat style.css
9
10 nncp.html: *.texi pedro.txt
11         rm -f nncp.html/*.html
12         $(MAKEINFO) --html \
13                 --set-customization-variable CSS_LINES='$(CSS)' \
14                 --set-customization-variable SHOW_TITLE=0 \
15                 --set-customization-variable USE_ACCESSKEY=0 \
16                 --set-customization-variable DATE_IN_HEADER=1 \
17                 --set-customization-variable TOP_NODE_UP_URL=index.html \
18                 --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \
19                 --set-customization-variable OPEN_QUOTE_SYMBOL=\" \
20                 -o nncp.html index.texi
21         cp -r .well-known nncp.html/