[Liblas-commits] hg: make README.txt be installed now that we've moved it's locat...

liblas-commits at liblas.org liblas-commits at liblas.org
Mon May 3 13:02:06 EDT 2010


changeset c1f6020808d8 in /Volumes/Data/www/liblas.org/hg
details: http://hg.liblas.orghg?cmd=changeset;node=c1f6020808d8
summary: make README.txt be installed now that we've moved it's location to doc/index.txt

diffstat:

 CMakeLists.txt |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r b419bf9d7c0d -r c1f6020808d8 CMakeLists.txt
--- a/CMakeLists.txt	Sun May 02 16:38:10 2010 -0500
+++ b/CMakeLists.txt	Mon May 03 12:02:00 2010 -0500
@@ -267,7 +267,7 @@
 ###############################################################################
 # Installation commands
 
-install(FILES AUTHORS ChangeLog COPYING INSTALL LICENSE.txt README
+install(FILES AUTHORS ChangeLog COPYING INSTALL LICENSE.txt README.txt
     DESTINATION ${LIBLAS_DATA_DIR}/doc)
 
 ###############################################################################


More information about the Liblas-commits mailing list