##// END OF EJS Templates
packaging: install documentation to doc/ directory...
Gregory Szorc -
r43919:2aaf2456 default
parent child Browse files
Show More
@@ -41,8 +41,8 b' STAGING_RULES = ['
41 41 ('dist/Microsoft.VC*.CRT.manifest', './'),
42 42 ('dist/msvc*.dll', './'),
43 43 ('dist/python*.dll', './'),
44 ('doc/*.html', 'Docs/'),
45 ('doc/style.css', 'Docs/'),
44 ('doc/*.html', 'doc/'),
45 ('doc/style.css', 'doc/'),
46 46 ('mercurial/help/**/*.txt', 'help/'),
47 47 ('mercurial/default.d/*.rc', 'default.d/'),
48 48 ('mercurial/locale/**/*', 'locale/'),
General Comments 0
You need to be logged in to leave comments. Login now