mirror of
https://github.com/transmission/transmission
synced 2025-01-21 22:39:23 +00:00
Package README.md instead of README
This commit is contained in:
parent
1b81bb7682
commit
95e12a3a0a
4 changed files with 4 additions and 4 deletions
|
@ -571,7 +571,7 @@ if(ENABLE_GTK AND ENABLE_NLS)
|
|||
endif()
|
||||
|
||||
if(INSTALL_DOC)
|
||||
install(FILES AUTHORS COPYING NEWS README extras/rpc-spec.txt extras/send-email-when-torrent-done.sh DESTINATION ${CMAKE_INSTALL_DOCDIR})
|
||||
install(FILES AUTHORS COPYING NEWS README.md extras/rpc-spec.txt extras/send-email-when-torrent-done.sh DESTINATION ${CMAKE_INSTALL_DOCDIR})
|
||||
endif()
|
||||
|
||||
if(MSVC AND ENABLE_DAEMON AND ENABLE_QT AND ENABLE_UTILS AND USE_QT5 AND WITH_CRYPTO STREQUAL "openssl")
|
||||
|
|
|
@ -31,7 +31,7 @@ EXTRA_DIST = \
|
|||
NEWS \
|
||||
AUTHORS \
|
||||
COPYING \
|
||||
README \
|
||||
README.md \
|
||||
autogen.sh \
|
||||
update-version-h.sh \
|
||||
Transmission.xcodeproj/project.pbxproj
|
||||
|
|
|
@ -16,7 +16,7 @@ AC_CONFIG_MACRO_DIR([m4])
|
|||
|
||||
dnl AM_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_SRCDIR(libtransmission/transmission.h)
|
||||
AM_INIT_AUTOMAKE([1.9 tar-pax no-dist-gzip dist-xz])
|
||||
AM_INIT_AUTOMAKE([1.9 tar-pax no-dist-gzip dist-xz foreign])
|
||||
LT_INIT
|
||||
LT_LIB_M
|
||||
|
||||
|
|
|
@ -46,7 +46,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS NEWS README
|
||||
%doc AUTHORS NEWS README.md
|
||||
%attr(755,root,root) %{_bindir}/%{name}*
|
||||
%{_datadir}/applications/%{name}-gtk.desktop
|
||||
%{_datadir}/pixmaps/*
|
||||
|
|
Loading…
Reference in a new issue