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