Overview
Comment: | Moved binaries and ensure that they are installed |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
19ed7cdd411b873509e497c593b50a8b |
User & Date: | rkeene on 2019-01-11 16:48:28 |
Other Links: | manifest | tags |
Context
2019-01-11
| ||
16:50 | Install man page into a man directory check-in: 5818311f51 user: rkeene tags: trunk | |
16:48 | Moved binaries and ensure that they are installed check-in: 19ed7cdd41 user: rkeene tags: trunk | |
16:45 | Integrated monocypher changes check-in: eb79ca52ec user: rkeene tags: trunk | |
Changes
Modified Makefile.in from [a0a59daca8] to [d68682aeb2].
︙ | ︙ | |||
80 81 82 83 84 85 86 | rm -f nano-coverage.info lcov --capture --directory . --output-file nano-coverage.info mkdir coverage.dir genhtml nano-coverage.info --output-directory coverage.dir rm -f nano-coverage.info endif | | > > > | 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | rm -f nano-coverage.info lcov --capture --directory . --output-file nano-coverage.info mkdir coverage.dir genhtml nano-coverage.info --output-directory coverage.dir rm -f nano-coverage.info endif install: @EXTENSION_TARGET@ @srcdir@/bin/node @srcdir@/bin/rpc-client pkgIndex.tcl @srcdir@/nano.man $(INSTALL) -d '$(DESTDIR)$(PACKAGE_INSTALL_DIR)' $(INSTALL) -d '$(DESTDIR)$(PACKAGE_INSTALL_DIR)/bin' $(INSTALL_PROGRAM) @EXTENSION_TARGET@ '$(DESTDIR)$(PACKAGE_INSTALL_DIR)' $(INSTALL_PROGRAM) @srcdir@/bin/node '$(DESTDIR)$(PACKAGE_INSTALL_DIR)/bin' $(INSTALL_PROGRAM) @srcdir@/bin/rpc-client '$(DESTDIR)$(PACKAGE_INSTALL_DIR)/bin' $(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 nano.gcda nano.gcno rm -f argon2.o monocypher.o aes.o randombytes.o |
︙ | ︙ |
Name change from node.tcl to bin/node.
︙ | ︙ |
Name change from rpc-client.tcl to bin/rpc-client.
︙ | ︙ |