Skip to content

Commit

Permalink
Fix documentation build script
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Feb 9, 2016
1 parent a5f3f5a commit d3352b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion support/build-docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def build_docs(workdir, doxygen='doxygen'):
os.remove(path)
# Build docs.
dir = os.path.dirname(__file__)
extract_docs(os.path.join(dir, '../src/gsl/amplgsl.cc'), build_dir)
extract_docs(os.path.join(dir, '../src/gsl/amplgsl.c'), build_dir)
p = Popen([doxygen, '-'], stdin=PIPE, cwd=build_dir)
p.communicate(input=r'''
PROJECT_NAME = MP
Expand Down

0 comments on commit d3352b7

Please sign in to comment.