X-Git-Url: http://www.git.cypherpunks.ru/?p=nncp.git;a=blobdiff_plain;f=doc%2FMakefile;h=4e92b3e5a75ea41b6e37985c61de63792d603780;hp=4e65b0fe549402cc16a91d150962c62e5b3de85b;hb=7edc3ed722c8d36e4a99b1cf45f209a973165a37;hpb=be9f7118dc750c69e6e0466f42d2da422ea80401 diff --git a/doc/Makefile b/doc/Makefile index 4e65b0f..4e92b3e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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)' \