diff options
author | Thomas White <taw@physics.org> | 2013-03-01 14:15:10 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-03-01 14:15:10 +0100 |
commit | ed6bf4edb2abd89188cdd38911473dadc194a7f9 (patch) | |
tree | 16e8b089807c47d70416cecf08c4089f5a5b434c /Makefile.am | |
parent | ad94c430447aa969397db2356571c62e9bfe4f29 (diff) |
Use gtk-doc for libcrystfel only (not the contents of src)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 961135a3..f465ba36 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ docdir = ${datadir}/doc/${PACKAGE} EXTRA_DIST = configure m4/gnulib-cache.m4 -SUBDIRS = lib doc/reference libcrystfel +SUBDIRS = lib doc/reference/libcrystfel libcrystfel ACLOCAL_AMFLAGS = -I m4 bin_PROGRAMS = src/pattern_sim src/process_hkl src/get_hkl src/indexamajig \ |