[apiextractor] Removed a hidden directory from documentation

Kalev Lember kalev at fedoraproject.org
Thu Oct 14 19:19:52 UTC 2010


commit f45e1c7cb012f012eb2638f32edd027019f74f7a
Author: Kalev Lember <kalev at smartlink.ee>
Date:   Thu Oct 14 21:41:54 2010 +0300

    Removed a hidden directory from documentation

 apiextractor.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/apiextractor.spec b/apiextractor.spec
index 73917ab..45bf891 100644
--- a/apiextractor.spec
+++ b/apiextractor.spec
@@ -1,6 +1,6 @@
 Name:           apiextractor
 Version:        0.8.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Library headers parser to extract API information
 
 Group:          System Environment/Libraries
@@ -50,6 +50,7 @@ make %{?_smp_mflags} -C %{_target_platform}
 make %{?_smp_mflags} -C %{_target_platform} doc
 rm -f %{_target_platform}/doc/html/_static/images/._*
 rm -f %{_target_platform}/doc/html/.buildinfo
+rm -rf %{_target_platform}/doc/html/.doctrees
 
 
 %install
@@ -85,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Oct 14 2010 Kalev Lember <kalev at smartlink.ee> - 0.8.1-2
+- Removed a hidden directory from html docs
+
 * Thu Oct 14 2010 Kalev Lember <kalev at smartlink.ee> - 0.8.1-1
 - Update to 0.8.1
 


More information about the scm-commits mailing list