Overview
Comment: | Updated to include man page as part of release engineering and include it with "make install" |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
b3ed301bc1da0f91f3ba41fe8872cc57 |
User & Date: | rkeene on 2018-07-09 04:59:26 |
Other Links: | manifest | tags |
Context
2018-07-09
| ||
05:00 | Fixed path to man page check-in: 67b692be66 user: rkeene tags: trunk | |
04:59 | Updated to include man page as part of release engineering and include it with "make install" check-in: b3ed301bc1 user: rkeene tags: trunk | |
04:53 | Better handling of old blocks and tests on old blocks check-in: 84b2dbcb6f user: rkeene tags: trunk | |
Changes
Modified Makefile.in from [acd8d5b468] to [cff6a6c2b7].
︙ | ︙ | |||
63 64 65 66 67 68 69 | sed 's@ *@@g;s@..@0x&, @g' < nano.tcl.h.new.1 > nano.tcl.h.new.2 rm -f nano.tcl.h.new.1 mv nano.tcl.h.new.2 nano.tcl.h test: @EXTENSION_TARGET@ pkgIndex.tcl @srcdir@/test/test.tcl . | | > | 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 | sed 's@ *@@g;s@..@0x&, @g' < nano.tcl.h.new.1 > nano.tcl.h.new.2 rm -f nano.tcl.h.new.1 mv nano.tcl.h.new.2 nano.tcl.h test: @EXTENSION_TARGET@ pkgIndex.tcl @srcdir@/test/test.tcl . install: @EXTENSION_TARGET@ pkgIndex.tcl nano.man $(INSTALL) -d '$(DESTDIR)$(PACKAGE_INSTALL_DIR)' $(INSTALL_PROGRAM) @EXTENSION_TARGET@ '$(DESTDIR)$(PACKAGE_INSTALL_DIR)' $(INSTALL_DATA) pkgIndex.tcl '$(DESTDIR)$(PACKAGE_INSTALL_DIR)' $(INSTALL_DATA) nano.man '$(DESTDIR)$(PACKAGE_INSTALL_DIR)' clean: rm -f nano-amalgamation.c nano-amalgamation.o rm -f @EXTENSION_TARGET@ nano.o rm -f blake2b.o tweetnacl.o randombytes.o distclean: clean |
︙ | ︙ |
Modified build/makearch.info from [a126f94044] to [b9cbda39b7].
︙ | ︙ | |||
25 26 27 28 29 30 31 | # @@VERS@@ becomes the utility version # @@DATE@@ becomes the current date DOCS="README.txt ChangeLog" DOC_HDR="HEADER" # These files follow the same convention as DOCS, but don't have the header # tacked onto them. | | | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | # @@VERS@@ becomes the utility version # @@DATE@@ becomes the current date DOCS="README.txt ChangeLog" DOC_HDR="HEADER" # These files follow the same convention as DOCS, but don't have the header # tacked onto them. UPDATE_VARS="nano.man" # This script is executed immediately after copying the files # to a temp directory to attempt to compile BEFORE="build/pre.sh" # This script is executed after updating variables UPDATED="" |
︙ | ︙ |
Renamed and modified build/nano.man.in [97887be122] to nano.man [9839687c3f].
︙ | ︙ | |||
20 21 22 23 24 25 26 | .de JB If the optional .B -json argument is used and specified as true the result is a JSON representation, otherwise a Tcl dict representation is used. .. .PU | | | 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | .de JB If the optional .B -json argument is used and specified as true the result is a JSON representation, otherwise a Tcl dict representation is used. .. .PU .TH NANO N "@@SHORT_DATE@@" "nano @@VERS@@" .SH NAME nano \- Tcl bindings for Nano .SH SYNOPSIS .B nano:: .in +2m .B address:: |
︙ | ︙ | |||
636 637 638 639 640 641 642 | .RI " -> " boolean This procedure validates that the supplied .I work is valid for the supplied .IR workData , which is either a block hash or an account public key. For more information | | | 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 | .RI " -> " boolean This procedure validates that the supplied .I work is valid for the supplied .IR workData , which is either a block hash or an account public key. For more information see the description of .BR fromWorkData . .SS High-level Account .TP .B :nano::account::setFrontier .I account |
︙ | ︙ |