* viewvc-install

(TREE_LIST): Install the contributed templates, too.


git-svn-id: http://viewvc.tigris.org/svn/viewvc/trunk@1644 8cb11bc2-c004-0410-86c3-e597b4017df7
remotes/options-overhaul
cmpilato 2007-05-03 18:02:36 +00:00
parent ed4c21c012
commit 0d6e57a823
1 changed files with 3 additions and 2 deletions

View File

@ -75,8 +75,9 @@ if sys.platform == "win32":
## destination path,
## boolean -- prompt before replacing?)
TREE_LIST = [
("lib", "lib", 0),
("templates", "templates", 1),
("lib", "lib", 0),
("templates", "templates", 1),
("templates-contrib", "templates-contrib", 1),
]