Skip to content

Commit

Permalink
Minor documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
FUDCo committed Aug 17, 2016
1 parent e46103c commit 5803f78
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Build/Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ do-sdk-deploy: do-build
############################################################# #############################################################


# Base name for the deployment package that gets generated by "make deploy" # Base name for the deployment package that gets generated by "make deploy"
DEPLOY_NAME := SSDeploy DEPLOY_NAME := ElkoDeploy


# Make the deployment package # Make the deployment package
deploy: PKG_NAME = $(DEPLOY_NAME) deploy: PKG_NAME = $(DEPLOY_NAME)
Expand Down Expand Up @@ -302,7 +302,7 @@ do-build:


# Create a temporary place in which to accumulate a package's contents # Create a temporary place in which to accumulate a package's contents
gen-tempdir: gen-tempdir:
$(eval TEMP_DIR := $(shell mktemp -d -t ssworkXXXXX)) $(eval TEMP_DIR := $(shell mktemp -d -t elkoworkXXXXX))
$(eval PKG_DIR := $(TEMP_DIR)/$(PKG_NAME)) $(eval PKG_DIR := $(TEMP_DIR)/$(PKG_NAME))
mkdir $(PKG_DIR) mkdir $(PKG_DIR)


Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ Elko is open source software, under the MIT license. See the file `LICENSE.md`


## What's Here ## What's Here


* `Build` -- contains top level build files; however, you probably want the
ones in `ServerCore/build` instead.

* `ServerCore` -- contains the Elko server framework itself, along with its * `ServerCore` -- contains the Elko server framework itself, along with its
documentation. documentation.


Expand Down
4 changes: 3 additions & 1 deletion TODO.md
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,7 @@
* review and edit everything in ServerCore/doc * review and edit everything in ServerCore/doc
* create and add elkologosmall.png to Run/manage, ServerCore/doc * create and add elkologosmall.png to Run/manage, ServerCore/doc
* document Run stuff * document Run stuff
* document required .jars * document Build stuff
* document required third party .jars
* rewrite ServerCore/doc/runenv.t * rewrite ServerCore/doc/runenv.t
* put HTML version of documentation on fudco.github.io

0 comments on commit 5803f78

Please sign in to comment.