X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=doc%2FMakefile;h=205c2b4ee40c99361eda25fe9a9493b64f77029b;hb=8acf65085c9baac6ab39a90a51f66f2b9b4649b5;hp=4e65b0fe549402cc16a91d150962c62e5b3de85b;hpb=b1f56422068c5006f12097c56af4b5838f40542c;p=nncp.git diff --git a/doc/Makefile b/doc/Makefile index 4e65b0f..205c2b4 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,15 +1,19 @@ +MAKEINFO ?= makeinfo + all: nncp.info nncp.html -MAKEINFO ?= makeinfo +sp.utxt: sp.txt + plantuml -tutxt sp.txt -nncp.info: *.texi pedro.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 EXTRA_HEAD='' \ --set-customization-variable CSS_LINES='$(CSS)' \ --set-customization-variable SHOW_TITLE=0 \ --set-customization-variable USE_ACCESSKEY=0 \