-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from hamishcoleman/main
Minor build and documentation improvements
- Loading branch information
Showing
41 changed files
with
206 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -210,7 +210,7 @@ LINT_CCODE=\ | |
# TODO: change either the files or the linter to remove these failures | ||
LINT_EXCLUDE=include/uthash.h|include/lzodefs.h|src/minilzo.c | ||
|
||
DOCS=edge.8.gz supernode.8.gz n3n.7.gz | ||
DOCS=n3n-edge.8.gz n3n-supernode.8.gz n3n.7.gz | ||
|
||
# This is the list of Debian/Ubuntu packages that are needed during the build. | ||
# Mostly of use in automated build systems. | ||
|
@@ -346,7 +346,7 @@ distclean: | |
rm -f tests/*.out src/*.indent src/*.unc-backup* | ||
rm -rf autom4te.cache/ | ||
rm -f config.mak config.log config.status configure include/config.h include/config.h.in | ||
rm -f edge.8.gz n3n.7.gz supernode.8.gz | ||
rm -f n3n-edge.8.gz n3n.7.gz n3n-supernode.8.gz | ||
rm -f packages/debian/config.log packages/debian/config.status | ||
rm -rf packages/debian/autom4te.cache/ | ||
rm -f packages/rpm/config.log packages/rpm/config.status | ||
|
@@ -368,16 +368,15 @@ install.bin: apps | |
.PHONY: install.systemd | ||
install.systemd: | ||
$(INSTALL) -d $(CONFIG_SYSTEMDDIR) | ||
$(INSTALL_DOC) packages/lib/systemd/system/[email protected] $(CONFIG_SYSTEMDDIR) | ||
$(INSTALL_DOC) packages/lib/systemd/system/edge.service $(CONFIG_SYSTEMDDIR) | ||
$(INSTALL_DOC) packages/lib/systemd/system/supernode.service $(CONFIG_SYSTEMDDIR) | ||
$(INSTALL_DOC) packages/lib/systemd/system/n3n-[email protected] $(CONFIG_SYSTEMDDIR) | ||
$(INSTALL_DOC) packages/lib/systemd/system/n3n-edge.service $(CONFIG_SYSTEMDDIR) | ||
$(INSTALL_DOC) packages/lib/systemd/system/n3n-supernode.service $(CONFIG_SYSTEMDDIR) | ||
|
||
.PHONY: install.doc | ||
install: edge.8.gz supernode.8.gz n3n.7.gz | ||
install: n3n-edge.8.gz n3n-supernode.8.gz n3n.7.gz | ||
$(INSTALL) -d $(MAN7DIR) $(MAN8DIR) $(CONFIG_DOCDIR) | ||
$(INSTALL_DOC) edge.8.gz $(MAN8DIR)/ | ||
$(INSTALL_DOC) supernode.8.gz $(MAN8DIR)/ | ||
$(INSTALL_DOC) n3n.7.gz $(MAN7DIR)/ | ||
$(INSTALL_DOC) n3n-edge.8.gz $(MAN8DIR)/ | ||
$(INSTALL_DOC) n3n-supernode.8.gz $(MAN8DIR)/ | ||
$(INSTALL_DOC) n3n.7.gz $(MAN7DIR)/ | ||
$(INSTALL_DOC) doc/*.md doc/*.sample $(CONFIG_DOCDIR)/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.1.1 | ||
3.3.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,5 @@ Code contributions courtesy of: | |
* Babak Farrokhi <[email protected]> [FreeBSD port] | ||
* Logan oos Even | ||
* Hamish Coleman <[email protected]> | ||
|
||
and others, as seen in the commit history. |
Oops, something went wrong.