Skip to content

Commit 55752fa

Browse files
jnarebgitster
authored andcommitted
gitweb: Add gitweb manpages to 'gitweb' package in git.spec
Signed-off-by: Jakub Narebski <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent cd82323 commit 55752fa

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

git.spec.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,11 @@ rm -rf $RPM_BUILD_ROOT
199199

200200
%files -n gitweb
201201
%defattr(-,root,root)
202+
%doc gitweb/README gitweb/INSTALL Documentation/*gitweb*.txt
202203
%{_datadir}/gitweb
204+
%{!?_without_docs: %{_mandir}/man1/*gitweb*.1*}
205+
%{!?_without_docs: %{_mandir}/man5/*gitweb*.5*}
206+
%{!?_without_docs: %doc Documentation/*gitweb*.html }
203207

204208
%files -n perl-Git -f perl-files
205209
%defattr(-,root,root)
@@ -208,6 +212,9 @@ rm -rf $RPM_BUILD_ROOT
208212
# No files for you!
209213

210214
%changelog
215+
* Sun Sep 18 2011 Jakub Narebski <[email protected]>
216+
- Add gitweb manpages to 'gitweb' subpackage
217+
211218
* Wed Jun 30 2010 Junio C Hamano <[email protected]>
212219
- Add 'gitweb' subpackage.
213220

0 commit comments

Comments
 (0)