[devel] Update documentation

This commit is contained in:
Glenn Randers-Pehrson
2010-07-29 19:09:18 -05:00
parent a7a76a674f
commit 2be8b64af2
11 changed files with 433 additions and 84 deletions

View File

@@ -105,6 +105,11 @@ scripts/pnglibconf.h:
@echo "a new one simply make 'scripts/pnglibconf.out' and copy that" >&2
@exit 1
# The following is necessary to ensure that the local pnglibconf.h is used, not
# an installed one (this can happen immediately after on a clean system if
# 'make test' is the first thing the user does.)
pngvalid.o pngtest.o: pnglibconf.h
SYMBOL_CFLAGS = -DPNGLIB_LIBNAME='PNG@PNGLIB_MAJOR@@PNGLIB_MINOR@_0'\
-DPNGLIB_VERSION='@PNGLIB_VERSION@'\
-DSYMBOL_PREFIX='$(SYMBOL_PREFIX)'