]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/Makefile
Fix error type assertion
[nncp.git] / doc / Makefile
index 4e65b0fe549402cc16a91d150962c62e5b3de85b..205c2b4ee40c99361eda25fe9a9493b64f77029b 100644 (file)
@@ -1,15 +1,19 @@
+MAKEINFO ?= makeinfo
+
 all: nncp.info nncp.html
 
-MAKEINFO ?= makeinfo
+sp.utxt: sp.txt
+       plantuml -tutxt sp.txt
 
-nncp.info: *.texi pedro.txt
+nncp.info: *.texi sp.utxt pedro.txt
        $(MAKEINFO) -o nncp.info index.texi
 
 CSS != cat style.css
 
-nncp.html: *.texi pedro.txt
+nncp.html: *.texi sp.utxt pedro.txt
        rm -f nncp.html/*.html
        $(MAKEINFO) --html \
+               --set-customization-variable EXTRA_HEAD='<link rev="made" href="mailto:stargrave+webmaster@nncpgo.org">' \
                --set-customization-variable CSS_LINES='$(CSS)' \
                --set-customization-variable SHOW_TITLE=0 \
                --set-customization-variable USE_ACCESSKEY=0 \