diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-09-26 19:07:01 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:59 +0100 |
commit | d6fbf62c239cb4f9bd94c2cf4fdb47bf808df985 (patch) | |
tree | d25fa752932b89db94e55185a9311427cac44f63 /configure.ac | |
parent | 09b3d00c9c2cf365f2cf7c278f86459823032c36 (diff) |
Move documentation around
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index e44d34d3..2fdadc6a 100644 --- a/configure.ac +++ b/configure.ac @@ -157,3 +157,4 @@ LIBS="$LIBS $HDF5_LIBS -lm -lz $GSL_LIBS $GTK_LIBS $OPENCL_LIBS -pthread" LIBS="$LIBS $LIBTIFF_LIBS $LIBPNG_LIBS" AC_OUTPUT(Makefile src/Makefile data/Makefile doc/Makefile scripts/Makefile) +AC_OUTPUT(doc/examples/Makefile) |