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