From fe999c058bf1c1595890e9d71aacc6decc64bb49 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 14 May 2012 22:37:26 -0400 Subject: [PATCH] Move API.txt to doc/rcu-api.txt, install in system doc/ Signed-off-by: Mathieu Desnoyers --- Makefile.am | 5 ++--- configure.ac | 1 + doc/Makefile.am | 1 + API.txt => doc/rcu-api.txt | 0 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 doc/Makefile.am rename API.txt => doc/rcu-api.txt (100%) diff --git a/Makefile.am b/Makefile.am index e5facf7..0a369fd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ INCLUDES = -I$(top_builddir)/urcu AM_LDFLAGS=-lpthread -version-info $(URCU_LIBRARY_VERSION) AM_CFLAGS=-Wall -SUBDIRS = . tests +SUBDIRS = . doc tests include_HEADERS = urcu.h urcu-bp.h urcu-call-rcu.h urcu-defer.h \ urcu-pointer.h urcu-qsbr.h urcu-flavor.h @@ -23,10 +23,9 @@ nobase_nodist_include_HEADERS = urcu/arch.h urcu/uatomic.h urcu/config.h EXTRA_DIST = $(top_srcdir)/urcu/arch/*.h $(top_srcdir)/urcu/uatomic/*.h \ gpl-2.0.txt lgpl-2.1.txt lgpl-relicensing.txt \ - README LICENSE compat_arch_x86.c \ + LICENSE compat_arch_x86.c \ urcu-call-rcu-impl.h urcu-defer-impl.h \ rculfhash-internal.h \ - ChangeLog API.txt \ $(top_srcdir)/tests/*.sh if COMPAT_ARCH diff --git a/configure.ac b/configure.ac index 5b4322b..6bf1cb9 100644 --- a/configure.ac +++ b/configure.ac @@ -229,6 +229,7 @@ AC_CONFIG_LINKS([ ]) AC_CONFIG_FILES([ Makefile + doc/Makefile tests/Makefile liburcu.pc liburcu-bp.pc diff --git a/doc/Makefile.am b/doc/Makefile.am new file mode 100644 index 0000000..bec1d7c --- /dev/null +++ b/doc/Makefile.am @@ -0,0 +1 @@ +dist_doc_DATA = rcu-api.txt diff --git a/API.txt b/doc/rcu-api.txt similarity index 100% rename from API.txt rename to doc/rcu-api.txt -- 2.34.1