Skip to content

Commit

Permalink
Merge branch 'mm/readme-markdown' into maint
Browse files Browse the repository at this point in the history
* 'mm/readme-markdown':
  git.spec.in: use README.md, not README
  • Loading branch information
Junio C Hamano committed Apr 3, 2016
2 parents 90f7b16 + c7089e0 commit 6e4de7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ rm -rf $RPM_BUILD_ROOT
%files -f bin-man-doc-files
%defattr(-,root,root)
%{_datadir}/git-core/
%doc README COPYING Documentation/*.txt
%doc README.md COPYING Documentation/*.txt
%{!?_without_docs: %doc Documentation/*.html Documentation/howto}
%{!?_without_docs: %doc Documentation/technical}
%{_sysconfdir}/bash_completion.d
Expand Down

0 comments on commit 6e4de7f

Please sign in to comment.