using a dedicated folder for documentation in each subproject

git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@587 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
frankmorgner
2011-10-27 19:07:16 +00:00
parent ebfb023658
commit ef367778a4
36 changed files with 230 additions and 217 deletions

View File

@@ -1,15 +1,2 @@
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src m4 patches
EXTRA_DIST = README.dox apdus
do_subst = sed \
-e 's,[@]PACKAGE_NAME[@],$(PACKAGE_NAME),g' \
-e 's,[@]PACKAGE_VERSION[@],$(PACKAGE_VERSION),g' \
-e 's,[@]builddir[@],$(builddir),g' \
-e 's,[@]prefix[@],$(prefix),g' \
-e 's,[@]exec_prefix[@],$(exec_prefix),g' \
-e 's,[@]libdir[@],$(libdir),g' \
-e 's,[@]includedir[@],$(includedir),g' \
-e 's,[@]VERSION[@],$(VERSION),g' \
-e 's,[@]top_srcdir[@],$(top_srcdir),g'
SUBDIRS = src m4 patches doc

View File

@@ -1 +1 @@
README.dox
doc/README.rst

View File

@@ -188,5 +188,6 @@ AC_CONFIG_FILES([
m4/Makefile
patches/Makefile
src/Makefile
doc/Makefile
])
AC_OUTPUT

1
ccid/doc/Makefile.am Normal file
View File

@@ -0,0 +1 @@
EXTRA_DIST = README.rst