615c21
Patch by Robert Scheck <robert@fedoraproject.org> for libburn >= 0.6.16, which solves the
615c21
multilib/multiarch problem by removing the timestamp within the footer from the doxygen
615c21
generated files.
615c21
615c21
--- libburn-0.6.16/doc/doxygen.conf.in				2008-11-25 11:00:11.000000000 +0100
615c21
+++ libburn-0.6.16/doc/doxygen.conf.in.multilib			2009-03-17 22:17:03.000000000 +0100
615c21
@@ -904,7 +904,7 @@
615c21
 # each generated HTML page. If it is left blank doxygen will generate a
615c21
 # standard footer.
615c21
 
615c21
-HTML_FOOTER            =
615c21
+HTML_FOOTER            = doc/footer_no_timestamp.html
615c21
 
615c21
 # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
615c21
 # style sheet that is used by each HTML page. It can be used to
615c21
--- libburn-0.6.16/doc/footer_no_timestamp.html			1970-01-01 01:00:00.000000000 +0100
615c21
+++ libburn-0.6.16/doc/footer_no_timestamp.html.multilib	2009-03-17 22:18:47.000000000 +0100
615c21
@@ -0,0 +1,5 @@
615c21
+
<address style="text-align: right;"><small>Generated for $projectname by 
615c21
+
615c21
+doxygen $doxygenversion </small></address>
615c21
+</body>
615c21
+</html>