multilib: simplify not embedding dates into docs

This commit is contained in:
Nils Philippsen 2012-06-15 15:56:14 +02:00
parent 3550194a36
commit df78efeb17
2 changed files with 1 additions and 28 deletions

View File

@ -1,26 +0,0 @@
diff -up lensfun-0.2.5/docs/manual-doc.conf.multilib lensfun-0.2.5/docs/manual-doc.conf
--- lensfun-0.2.5/docs/manual-doc.conf.multilib 2009-06-19 22:18:46.000000000 +0200
+++ lensfun-0.2.5/docs/manual-doc.conf 2012-06-15 14:32:25.236044866 +0200
@@ -766,7 +766,7 @@ HTML_HEADER =
# each generated HTML page. If it is left blank doxygen will generate a
# standard footer.
-HTML_FOOTER =
+HTML_FOOTER = static_footer.html
# The HTML_STYLESHEET tag can be used to specify a user-defined cascading
# style sheet that is used by each HTML page. It can be used to
diff -up lensfun-0.2.5/docs/static_footer.html.multilib lensfun-0.2.5/docs/static_footer.html
--- lensfun-0.2.5/docs/static_footer.html.multilib 2012-06-15 14:31:57.398020826 +0200
+++ lensfun-0.2.5/docs/static_footer.html 2012-06-15 14:27:49.445806076 +0200
@@ -0,0 +1,10 @@
+<hr class="footer"/>
+<address class="footer">
+ <small>
+ Generated for $projectname by
+ <a href="http://www.doxygen.org/index.html"><img class="footer" src="doxygen.png" alt="doxygen"/></a>
+ $doxygenversion
+ </small>
+</address>
+</body>
+</html>

View File

@ -10,7 +10,6 @@ Group: System Environment/Libraries
URL: http://lensfun.berlios.de/
Source0: http://download.berlios.de/lensfun/lensfun-%{version}.tar.bz2
Patch0: lensfun-0.2.5-cpuid.patch
Patch1: lensfun-0.2.5-multilib.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: doxygen
@ -42,7 +41,7 @@ using lensfun.
%prep
%setup -q
%patch0 -p1 -b .cpuid
%patch1 -p1 -b .multilib
echo "HTML_TIMESTAMP = NO" >> docs/manual-doc.conf
%build