]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/Makefile
Fix error type assertion
[nncp.git] / doc / Makefile
index 4e92b3e5a75ea41b6e37985c61de63792d603780..205c2b4ee40c99361eda25fe9a9493b64f77029b 100644 (file)
@@ -1,7 +1,7 @@
-all: nncp.info nncp.html
-
 MAKEINFO ?= makeinfo
 
+all: nncp.info nncp.html
+
 sp.utxt: sp.txt
        plantuml -tutxt sp.txt
 
@@ -13,6 +13,7 @@ CSS != cat style.css
 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 \