forked from cyclus/cyclus.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generalize the Makefile and improve instructions
- Loading branch information
Paul P.H. Wilson
committed
Sep 3, 2013
1 parent
5728707
commit 1df654b
Showing
3 changed files
with
37 additions
and
27 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 |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Example for a Github hosted domain account: account.github.io | ||
# | ||
# GH_SOURCE_DIR = top-level directory of all the ReST source files | ||
GH_SOURCE_DIR = source | ||
# GH_SOURCE_BRANCH = repository branch that contains the source | ||
GH_SOURCE_BRANCH = source | ||
# GH_PUBLISH_BRANCH = repository branch that contains the rendered HTML | ||
GH_PUBLISH_BRANCH = master | ||
# GH_UPSTREAM_REPO = repository that contains the rendered HTML | ||
GH_UPSTREAM_REPO = upstream | ||
|
||
|
||
# Example for a gh-pages project | ||
# | ||
# GH_SOURCE_DIR = doc-src | ||
# GH_SOURCE_BRANCH = master | ||
# GH_PUBLISH_BRANCH = gh-pages | ||
# GH_UPSTREAM_REPO = upstream |