summaryrefslogtreecommitdiff
path: root/README-maint
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2009-07-20 03:42:22 +0200
committerPeter Simons <simons@cryp.to>2009-07-20 03:42:22 +0200
commit9b12fb874585563823e79f7b18866998e4c7f1f4 (patch)
tree96c7067099b47692ef743a2824f975c3c6d77103 /README-maint
parent950f2a78f582a5293ebaf08994f00d7da6503742 (diff)
downloadautoconf-archive-9b12fb874585563823e79f7b18866998e4c7f1f4.tar.gz
README-maint: build no longer depends on StringTemplate, SCons, or Pandoc
Diffstat (limited to 'README-maint')
-rw-r--r--README-maint13
1 files changed, 2 insertions, 11 deletions
diff --git a/README-maint b/README-maint
index 8201071..cd5f0d6 100644
--- a/README-maint
+++ b/README-maint
@@ -12,7 +12,7 @@
: cvs -z3 -d:ext:cvs.savannah.nongnu.org:/web/autoconf-archive co -d html autoconf-archive
-*** How to build the distribution.
+*** How to build the web site.
The build system depends on the following external packages:
@@ -23,16 +23,7 @@
Python 2.6 is needed for textwrap.TextWrapper break_on_hypens option only.
This is being worked on decrease python version requirements.
- - Python StringTemplate Library: http://www.stringtemplate.org/
-
- - SCons (optional, but recommended): http://www.scons.org/
-
- - Pandoc: http://johnmacfarlane.net/pandoc/
-
- Pandoc is currently required for Markdown-to-HTML conversion. In
- future, this won't be necessary anymore, because StringTemplate can
- generate HTML directly just fine; there is no reason to go through
- Markdown as an intermediate format (except that I was too lazy so far).
+ Run =make -f Makefile-maint= to update the files html/*.
*** How to build release tarballs.