Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PETRA III Debian Packages
h5cpp-bp
Commits
52a80875
Commit
52a80875
authored
Jul 12, 2018
by
Jan Kotanski
Browse files
add documentation
parent
f52cd4c1
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/libh5cpp0.0.9-doc.install
0 → 100644
View file @
52a80875
usr
/
share
/
doc
/
h5cpp
-
0.0.9
/*
debian/rules
View file @
52a80875
...
...
@@ -24,6 +24,8 @@ BUILDDIR:=obj-$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
dh $@ --buildsystem=cmake
override_dh_auto_build:
cd $(BUILDDIR) && make api_doc
cd $(BUILDDIR) && make html
dh_auto_build --parallel
override_dh_auto_test:
...
...
@@ -35,6 +37,9 @@ override_dh_strip:
override_dh_auto_configure:
dh_auto_configure -- -DCONAN=DISABLE
override_dh_installdocs:
dh_installdocs
# debmake generated override targets
# This is example for Cmake (See http://bugs.debian.org/641051 )
#override_dh_auto_configure:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment