README has been renamed to README.md
This commit is contained in:
Johannes Schlatow 2014-02-13 09:55:34 +01:00 committed by Paul Beckingham
parent 35657bc689
commit 7700bd809d

View file

@ -153,7 +153,7 @@ if (EXISTS performance)
add_subdirectory (performance EXCLUDE_FROM_ALL)
endif (EXISTS performance)
set (doc_FILES NEWS ChangeLog README INSTALL AUTHORS COPYING)
set (doc_FILES NEWS ChangeLog README.md INSTALL AUTHORS COPYING)
foreach (doc_FILE ${doc_FILES})
install (FILES ${doc_FILE} DESTINATION ${TASK_DOCDIR})
endforeach (doc_FILE)