quakeforge/doc/docstrap
Jeff Teunissen 16e482eb90 Proof of concept for making docs build without main configure
We need to figure out a way to make docs in unusual places, like in the
SourceForge shell environment -- which doesn't have an extremely recent
autotools. This is an extremely stripped-down automake/autoconf setup that
provides the bare minimum needed to AC_SUBST variables.

It's dirty and hacky, but it kinda works.
2010-08-19 12:59:16 -04:00

2 lines
80 B
Bash
Executable file

#! /bin/sh
aclocal -I ../m4 && autoheader && automake --add-missing && autoconf