D7162: packaging: install documentation to doc/ directory

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Sat Nov 9 00:05:24 UTC 2019


Closed by commit rHG6e1ca6d43ada: packaging: install documentation to doc/ directory (authored by indygreg).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7162?vs=17400&id=17814

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7162/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7162

AFFECTED FILES
  contrib/packaging/hgpackaging/py2exe.py

CHANGE DETAILS

diff --git a/contrib/packaging/hgpackaging/py2exe.py b/contrib/packaging/hgpackaging/py2exe.py
--- a/contrib/packaging/hgpackaging/py2exe.py
+++ b/contrib/packaging/hgpackaging/py2exe.py
@@ -41,8 +41,8 @@
     ('dist/Microsoft.VC*.CRT.manifest', './'),
     ('dist/msvc*.dll', './'),
     ('dist/python*.dll', './'),
-    ('doc/*.html', 'Docs/'),
-    ('doc/style.css', 'Docs/'),
+    ('doc/*.html', 'doc/'),
+    ('doc/style.css', 'doc/'),
     ('mercurial/help/**/*.txt', 'help/'),
     ('mercurial/default.d/*.rc', 'default.d/'),
     ('mercurial/locale/**/*', 'locale/'),



To: indygreg, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list