]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/Makefile
webmaster's email address
[nncp.git] / doc / Makefile
index 90f5a371f7e8a41b66f8a368840f63c410400703..0223490c9cb798e7ac088297827af127c5eb8f79 100644 (file)
@@ -2,14 +2,18 @@ all: nncp.info nncp.html
 
 MAKEINFO ?= makeinfo
 
-nncp.info: *.texi
+sp.utxt: sp.txt
+       plantuml -tutxt sp.txt
+
+nncp.info: *.texi sp.utxt pedro.txt
        $(MAKEINFO) -o nncp.info index.texi
 
 CSS != cat style.css
 
-nncp.html: *.texi
+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 \
@@ -18,3 +22,4 @@ nncp.html: *.texi
                --set-customization-variable CLOSE_QUOTE_SYMBOL=\" \
                --set-customization-variable OPEN_QUOTE_SYMBOL=\" \
                -o nncp.html index.texi
+       cp -r .well-known nncp.html/