SHA256
1
0
forked from pool/mercurial
Files
mercurial/mercurial-docutils-compat.diff
Andrei Dziahel 14efdb2200 Accepting request 1191868 from home:develop7:branches:devel:tools:scm
- Mercurial 6.8.1
  * Python 3.12: fix an issue between `threading` and `demandimport`
  * rhg: expand user and environment variable in paths to ignore in config 
    and includes
  * `win32mbcs` extension: fix an encoding issue

OBS-URL: https://build.opensuse.org/request/show/1191868
OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/mercurial?expand=0&rev=359
2024-08-06 12:57:59 +00:00

12 lines
380 B
Diff

--- doc/Makefile.orig 2011-03-09 13:05:17.000000000 +0100
+++ doc/Makefile 2011-03-09 13:06:03.000000000 +0100
@@ -27,7 +27,7 @@
%: %.txt %.gendoc.txt common.txt
$(PYTHON) runrst hgmanpage $(RSTARGS) --halt warning \
- --strip-elements-with-class htmlonly $*.txt $*
+ $*.txt $*
%.html: %.txt %.gendoc.txt common.txt
$(PYTHON) runrst html $(RSTARGS) --halt warning \