doc/Makefile
changeset 9422 ec26d6986d85
parent 9418 a82db54bc3be
child 9444 2f7f6e43d52b
--- a/doc/Makefile	Fri Sep 04 11:51:28 2009 +0200
+++ b/doc/Makefile	Fri Sep 04 22:26:57 2009 +0200
@@ -20,7 +20,7 @@
 	${PYTHON} gendoc.py > $@
 
 %: %.txt common.txt
-	$(PYTHON) rst2man.py $*.txt > $*
+	$(PYTHON) rst2man.py --strip-elements-with-class htmlonly $*.txt > $*
 
 %.html: %.txt common.txt
 	$(RST2HTML) $*.txt > $*.html