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 \
|