Author: cmpilato
Date: 2007-05-03 11:02:36-0700
New Revision: 1644
Modified:
trunk/viewvc-install
Log:
* viewvc-install
(TREE_LIST): Install the contributed templates, too.
Modified: trunk/viewvc-install
Url:
http://viewvc.tigris.org/source/browse/viewvc/trunk/viewvc-install?view=diff&rev=1644&p1=trunk/viewvc-install&p2=trunk/viewvc-install&r1=1643&r2=1644
==============================================================================
--- trunk/viewvc-install (original)
+++ trunk/viewvc-install 2007-05-03 11:02:36-0700
@@ -75,8 +75,9 @@
## 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),
]
|
|