forked from pool/mercurial
- 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
12 lines
380 B
Diff
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 \
|