diff --git a/trunk/doc/ZConfig/Makefile b/trunk/doc/ZConfig/Makefile
index f4d142f520b50e18b63a13ad49bb3d939eb831ae..2ee46286b8fc9d71b75103987e3293ad7028b88d 100644
--- a/trunk/doc/ZConfig/Makefile
+++ b/trunk/doc/ZConfig/Makefile
@@ -9,11 +9,12 @@
 .PHONY:	default all html pdf ps
 
 default:  pdf
-all:	  html pdf ps
+all:	  html pdf ps text
 
 html:   zconfig/zconfig.html
 pdf:	zconfig.pdf
 ps:	zconfig.ps
+text:   zconfig.txt
 
 zconfig/zconfig.html:  zconfig.tex schema.dtd xmlmarkup.perl
 	mkhowto --html $<
@@ -24,6 +25,9 @@ zconfig.pdf:  zconfig.tex schema.dtd xmlmarkup.sty
 zconfig.ps:  zconfig.tex schema.dtd xmlmarkup.sty
 	mkhowto --postscript $<
 
+zconfig.txt: zconfig.tex schema.dtd xmlmarkup.sty
+	mkhowto --text $<
+
 clean:
 	rm -f zconfig.l2h zconfig.l2h~