[netcdf-fortran] 04/09: Generate documentation.
Bas Couwenberg
sebastic at xs4all.nl
Fri Jan 16 23:38:45 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch master
in repository netcdf-fortran.
commit 5d115ef54af1d2347933892626c0963747428c21
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Jan 16 22:54:47 2015 +0100
Generate documentation.
---
debian/libnetcdff-doc.install | 2 +-
debian/rules | 10 ++++++++++
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/debian/libnetcdff-doc.install b/debian/libnetcdff-doc.install
index 9132915..4b97e79 100644
--- a/debian/libnetcdff-doc.install
+++ b/debian/libnetcdff-doc.install
@@ -1 +1 @@
-#usr/share/doc/netcdf-fortran/
+docs/html/* usr/share/doc/netcdf-fortran/html/
diff --git a/debian/rules b/debian/rules
index 4c4b81c..f2eb846 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,9 +10,19 @@ export VERBOSE=1
%:
dh $@ --with autoreconf --parallel
+override_dh_clean:
+ dh_clean
+
+ $(RM) -r docs/doxygen_sqlite3.db docs/html/ docs/man/ docs/latex/
+
override_dh_auto_configure:
dh_auto_configure -- --enable-doxygen --enable-dot
+override_dh_auto_build:
+ dh_auto_build
+
+ (cd docs && doxygen)
+
override_dh_auto_test:
dh_auto_test || echo "Ignoring test failures"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf-fortran.git
More information about the Pkg-grass-devel
mailing list