]> Cypherpunks.ru repositories - nncp.git/blobdiff - doc/Makefile
SP checks .seen existence
[nncp.git] / doc / Makefile
index 4e65b0fe549402cc16a91d150962c62e5b3de85b..4e92b3e5a75ea41b6e37985c61de63792d603780 100644 (file)
@@ -2,12 +2,15 @@ all: nncp.info nncp.html
 
 MAKEINFO ?= makeinfo
 
-nncp.info: *.texi pedro.txt
+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 pedro.txt
+nncp.html: *.texi sp.utxt pedro.txt
        rm -f nncp.html/*.html
        $(MAKEINFO) --html \
                --set-customization-variable CSS_LINES='$(CSS)' \