From 2666fc06e16c6e26d4c12de9a5a43c19355933c7 Mon Sep 17 00:00:00 2001 From: vlefevre Date: Tue, 18 Aug 2009 15:51:08 +0000 Subject: Add examples into $docdir (without using a subdir, as this would be a bit bloated just to add a few files). * Added "examples" directory with a ReadMe file and 3 examples. * Makefile.am: added files from the "examples" directory and changed dist_doc_DATA into nobase_dist_doc_DATA so that the "examples" directory is not stripped in the target directory $docdir. * README: added "examples/". git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@6368 280ebfd0-de03-0410-8827-d642c229c3f4 --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index de91e01d8..461cad16c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,8 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = tests -dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER FAQ.html NEWS TODO +nobase_dist_doc_DATA = AUTHORS BUGS COPYING COPYING.LESSER FAQ.html NEWS TODO \ + examples/ReadMe examples/divworst.c examples/rndo-add.c examples/sample.c EXTRA_DIST = PATCHES VERSION get_patches.sh round_raw_generic.c gen_inverse.h jyn_asympt.c -- cgit v1.2.1