[med-svn] [Git][med-team/elastix][master] d/p/doxygen: Correct patch to create doxygen out file
Gert Wollny
gitlab at salsa.debian.org
Sun Dec 30 10:21:01 GMT 2018
Gert Wollny pushed to branch master at Debian Med / elastix
Commits:
a489085e by Gert Wollny at 2018-12-30T10:19:27Z
d/p/doxygen: Correct patch to create doxygen out file
- - - - -
1 changed file:
- debian/patches/doxygen_cleanup.patch
Changes:
=====================================
debian/patches/doxygen_cleanup.patch
=====================================
@@ -19,9 +19,8 @@ Cleanup of the doxygen documentation:
* replace some local dangling links by absolute links
to the elastix home page
-diff -ru elastix-upstream/dox/doxygen/doxyfile.in elastix-upstream.new/dox/doxygen/doxyfile.in
---- elastix-upstream/dox/doxygen/doxyfile.in 2015-09-10 18:29:19.000000000 +0200
-+++ elastix-upstream.new/dox/doxygen/doxyfile.in 2015-10-15 15:45:33.097342878 +0200
+--- a/dox/doxygen/doxyfile.in
++++ b/dox/doxygen/doxyfile.in
@@ -1189,7 +1189,7 @@
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
@@ -67,9 +66,8 @@ diff -ru elastix-upstream/dox/doxygen/doxyfile.in elastix-upstream.new/dox/doxyg
# The DOT_PATH tag can be used to specify the path where the dot tool can be
# found. If left blank, it is assumed the dot tool can be found in the path.
-diff -ru elastix-upstream/dox/doxygen/DoxygenFooter.html.in elastix-upstream.new/dox/doxygen/DoxygenFooter.html.in
---- elastix-upstream/dox/doxygen/DoxygenFooter.html.in 2015-09-10 18:29:19.000000000 +0200
-+++ elastix-upstream.new/dox/doxygen/DoxygenFooter.html.in 2015-10-13 15:16:17.981269062 +0200
+--- a/dox/doxygen/DoxygenFooter.html.in
++++ b/dox/doxygen/DoxygenFooter.html.in
@@ -7,21 +7,9 @@
<table width="100%">
<tr><td>
@@ -93,9 +91,8 @@ diff -ru elastix-upstream/dox/doxygen/DoxygenFooter.html.in elastix-upstream.new
</body>
</html>
-diff -ru elastix-upstream/dox/doxygen/DoxygenHeader.html elastix-upstream.new/dox/doxygen/DoxygenHeader.html
---- elastix-upstream/dox/doxygen/DoxygenHeader.html 2015-09-10 18:29:19.000000000 +0200
-+++ elastix-upstream.new/dox/doxygen/DoxygenHeader.html 2015-10-13 15:14:09.110547084 +0200
+--- a/dox/doxygen/DoxygenHeader.html
++++ b/dox/doxygen/DoxygenHeader.html
@@ -24,9 +24,9 @@
<div class="qindex">
<table width="100%">
@@ -126,3 +123,25 @@ diff -ru elastix-upstream/dox/doxygen/DoxygenHeader.html elastix-upstream.new/do
-</script>
-<gcse:search></gcse:search>
-
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -379,7 +379,7 @@
+
+ # Get date
+ if( UNIX OR CYGWIN )
+- exec_program( "date '+%d-%m-%Y'" OUTPUT_VARIABLE ELASTIX_DOXYGEN_DATE )
++ set(ELASTIX_DOXYGEN_DATE ${SOURCE_DATE_EPOCH})
+ endif()
+ if( WIN32 )
+ if( NOT CYGWIN AND NOT MINGW )
+@@ -398,6 +398,10 @@
+ configure_file(
+ ${ELASTIX_DOXYGEN_DIR}/MainPage.dox.in
+ ${ELASTIX_HELP_DIR}/MainPage.dox @ONLY )
++
++ configure_file(
++ ${ELASTIX_DOXYGEN_DIR}/doxygen.in
++ ${ELASTIX_HELP_DIR}/doxygen.out @ONLY )
+ endif()
+ endif()
+
View it on GitLab: https://salsa.debian.org/med-team/elastix/commit/a489085e2b0b1596fab2d8ce466c22a7cdf69ee9
--
View it on GitLab: https://salsa.debian.org/med-team/elastix/commit/a489085e2b0b1596fab2d8ce466c22a7cdf69ee9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20181230/64db7252/attachment-0001.html>
More information about the debian-med-commit
mailing list