Overview
Comment: | Fixed path to man page |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
67b692be66b9cddec65f116fe5d4fdbe |
User & Date: | rkeene on 2018-07-09 05:00:43 |
Other Links: | manifest | tags |
Context
2018-07-09
| ||
05:07 | Added more tests explicitly covering balances on old blocks check-in: 0180d2cb81 user: rkeene tags: trunk | |
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 | |
Changes
Modified Makefile.in from [cff6a6c2b7] to [e45c3a9b2a].
︙ | ︙ | |||
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 @srcdir@/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) @srcdir@/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 |
︙ | ︙ |