X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2FMakefile;h=4e92b3e5a75ea41b6e37985c61de63792d603780;hb=7edc3ed722c8d36e4a99b1cf45f209a973165a37;hp=4cfbdc2e9005eb0e68d97729dffe41d14ee0a036;hpb=997b1411084e23bc821001c0f7fa50a0bca93285;p=nncp.git diff --git a/doc/Makefile b/doc/Makefile index 4cfbdc2..4e92b3e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -2,12 +2,15 @@ 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 CSS_LINES='$(CSS)' \