From 6f95cfd79a3d69b9bd1f4ab74c467e2434300ed4 Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Thu, 15 Feb 2007 01:59:46 +0000 Subject: Change the Installation Requirements to now recommend Python 2.4.4, but also point to the wiki as the definitive information on requirements. (The wiki has been updated.) Remove specific gcc version requirements; I don't think it actually matters these days. Also, add a simple Makefile for building the documentation. --- doc/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/Makefile (limited to 'doc/Makefile') diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 00000000..ce31daf8 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,7 @@ +MKHOWTO = ~/projects/python24/Doc/tools/mkhowto + +all: + $(MKHOWTO) --all mailman-admin.tex + $(MKHOWTO) --all mailman-install.tex + $(MKHOWTO) --all mailman-member-es.tex + $(MKHOWTO) --all mailman-member.tex -- cgit v1.2.3