Skip to content

Commit

Permalink
Merge pull request #71 from issp-center-dev/dat_install-autodoc
Browse files Browse the repository at this point in the history
Fixed bug: *.dat was not install
  • Loading branch information
k-yoshimi authored Nov 18, 2019
2 parents de5fc0e + 2a53f4d commit 5aed396
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Version number of the application
set (DCORE_VERSION "2.0")
set (DCORE_RELEASE "2.0.0")
set (DCORE_VERSION "2.0.2")

# Append triqs installed files to the cmake load path
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake)
Expand Down
1 change: 1 addition & 0 deletions doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,5 @@ install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html/ COMPONENT documentation DEST
PATTERN "*.ini"
PATTERN "*.in"
PATTERN "*.win"
PATTERN "*.dat"
)
1 change: 0 additions & 1 deletion doc/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ todo_include_todos = True
project = u'DCore'
copyright = u'2017, The University of Tokyo'
version = '@DCORE_VERSION@'
release = '@DCORE_RELEASE@'

#mathjax_path = "@TRIQS_MATHJAX_PATH@/MathJax.js?config=default"
templates_path = ['@CMAKE_SOURCE_DIR@/doc/_templates']
Expand Down

0 comments on commit 5aed396

Please sign in to comment.