You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by ty...@apache.org on 2016/08/23 19:24:34 UTC

svn commit: r1757418 - /cassandra/site/src/Makefile

Author: tylerhobbs
Date: Tue Aug 23 19:24:33 2016
New Revision: 1757418

URL: http://svn.apache.org/viewvc?rev=1757418&view=rev
Log:
Fix auto symlink to latest docs

Modified:
    cassandra/site/src/Makefile

Modified: cassandra/site/src/Makefile
URL: http://svn.apache.org/viewvc/cassandra/site/src/Makefile?rev=1757418&r1=1757417&r2=1757418&view=diff
==============================================================================
--- cassandra/site/src/Makefile (original)
+++ cassandra/site/src/Makefile Tue Aug 23 19:24:33 2016
@@ -26,7 +26,7 @@ endif
 	@cp -r $(CASSANDRA_DOC_DIR)/build/html $(DOC_DIR)
 
 .latest-doc-link:
-	@ln -s -f $(DOC_VERSION) "doc/latest"
+	@ln -s -f -T $(DOC_VERSION) "doc/latest"
 
 build:
 	@jekyll build