Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(370)

Unified Diff: utils/dartdoc/dartdoc

Issue 9019001: Tweak dartdoc look to match dartlang.org a bit more. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: utils/dartdoc/dartdoc
diff --git a/utils/dartdoc/dartdoc b/utils/dartdoc/dartdoc
index 9696da8ff87a20bb64062a736c6403aa9bc9f11c..c8bc863d52a3aac8d85e46e5bdc3f8f4d96ed700 100755
--- a/utils/dartdoc/dartdoc
+++ b/utils/dartdoc/dartdoc
@@ -40,7 +40,7 @@ fi
mkdir docs
# Copy the static files over.
-cp static/* docs
+cp -R static/ docs
# Ditch the first arg so we can pass any extra arguments to dartdoc.
shift

Powered by Google App Engine
This is Rietveld 408576698