Skip to content

Commit

Permalink
Fixed documentation building
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Nov 19, 2018
1 parent fa332c8 commit 74b1f92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/Doxyfile
Expand Up @@ -5,7 +5,7 @@ USE_MDFILE_AS_MAINPAGE = main.md
STRIP_FROM_PATH = ../src
RECURSIVE = YES
EXCLUDE_PATTERNS = */UnitTests/* */Properties/* */obj/* */bin/*
TAGFILES = nanobyte-common.tag=https://common.nanobyte.de/
TAGFILES = nanobyte-common.tag=https://common.nano-byte.net/

OUTPUT_DIRECTORY = ../artifacts/Documentation
GENERATE_TAGFILE = ../artifacts/Documentation/0install-dotnet.tag
Expand Down
2 changes: 1 addition & 1 deletion doc/build.ps1
Expand Up @@ -10,7 +10,7 @@ if (Test-Path ..\artifacts\Documentation) {rm -Recurse -Force ..\artifacts\Docum
mkdir ..\artifacts\Documentation | Out-Null

# Download tag files for external references
Invoke-WebRequest http://common.nanobyte.de/nanobyte-common.tag -OutFile nanobyte-common.tag
Invoke-WebRequest http://common.nano-byte.net/nanobyte-common.tag -OutFile nanobyte-common.tag

0install run --batch http://repo.roscidus.com/devel/doxygen

Expand Down
4 changes: 2 additions & 2 deletions doc/build.sh
Expand Up @@ -6,8 +6,8 @@ rm -rf ../artifacts/Documentation
mkdir -p ../artifacts/Documentation

# Download tag files for external references
curl -o nanobyte-common.tag https://common.nanobyte.de/nanobyte-common.tag
curl -o nanobyte-common.tag https://common.nano-byte.net/nanobyte-common.tag

0install run http://repo.roscidus.com/devel/doxygen

cp CNAME ..\artifacts\Documentation\
cp CNAME ../artifacts/Documentation/

0 comments on commit 74b1f92

Please sign in to comment.