cleaned up build of documentation
git-svn-id: https://vsmartcard.svn.sourceforge.net/svnroot/vsmartcard@625 96b47cad-a561-4643-ad3b-153ac7d7599c
This commit is contained in:
@@ -22,4 +22,4 @@ doc: *.in
|
||||
touch doc
|
||||
|
||||
clean-local:
|
||||
rm -f doc README.rst autotools.rst questions.rst
|
||||
rm -f doc
|
||||
|
||||
@@ -53,19 +53,6 @@ LIBS="$saved_LIBS"
|
||||
AC_DEFINE(BUERGERCLIENT_WORKAROUND, 1, [Always get EF.CardAccess, when connecting to a smart card. This is a workaround for the recent Buergerclient])
|
||||
|
||||
|
||||
# Documentation (default: no)
|
||||
AC_ARG_ENABLE([doc],AS_HELP_STRING([--enable-doc],[Enable documentation generation.]),[enable_doc=$enableval],[enable_doc="no"])
|
||||
if test x"$enable_doc" = "xyes"
|
||||
then
|
||||
AC_PATH_PROG([DOXYGEN], [doxygen])
|
||||
if test x$DOXYGEN = x
|
||||
then
|
||||
AC_MSG_ERROR([doxygen is mandatory.])
|
||||
fi
|
||||
fi
|
||||
AM_CONDITIONAL(DOC_ENABLED, [test x"$enable_doc" = xyes])
|
||||
|
||||
|
||||
# Checks for header files.
|
||||
AC_CHECK_HEADERS([arpa/inet.h fcntl.h memory.h stdint.h stdlib.h string.h sys/ioctl.h unistd.h])
|
||||
|
||||
@@ -103,8 +90,6 @@ OPENSC_LIBS: ${OPENSC_LIBS}
|
||||
OPENSSL_CFLAGS: ${OPENSSL_CFLAGS}
|
||||
OPENSSL_LIBS: ${OPENSSL_LIBS}
|
||||
|
||||
Documentation: ${enable_doc}
|
||||
|
||||
EOF
|
||||
|
||||
AC_CONFIG_FILES([
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
DOXYGEN ?= doxygen
|
||||
|
||||
do_subst = sed \
|
||||
-e 's,[@]PACKAGE_NAME[@],$(PACKAGE_NAME),g' \
|
||||
-e 's,[@]PACKAGE_TARNAME[@],$(PACKAGE_TARNAME),g' \
|
||||
@@ -25,4 +27,4 @@ doc: $(top_srcdir)/src/npa/*.h *.in
|
||||
touch doc
|
||||
|
||||
clean-local:
|
||||
rm -f doc README.rst autotools.rst questions.rst Doxyfile
|
||||
rm -f doc Doxyfile
|
||||
|
||||
@@ -22,4 +22,4 @@ doc: *.in
|
||||
touch doc
|
||||
|
||||
clean-local:
|
||||
rm -f doc README.rst autotools.rst questions.rst
|
||||
rm -f doc
|
||||
|
||||
@@ -53,17 +53,6 @@ if test "${serialdropdir}" = false ; then
|
||||
fi
|
||||
fi
|
||||
|
||||
# Documentation (default: no)
|
||||
AC_ARG_ENABLE([doc],AS_HELP_STRING([--enable-doc],[Enable documentation generation.]),[enable_doc=$enableval],[enable_doc="no"])
|
||||
if test x"$enable_doc" = "xyes"
|
||||
then
|
||||
AC_PATH_PROG([DOXYGEN], [doxygen])
|
||||
if test x$DOXYGEN = x
|
||||
then
|
||||
AC_MSG_ERROR([doxygen is mandatory.])
|
||||
fi
|
||||
fi
|
||||
AM_CONDITIONAL(DOC_ENABLED, [test x"$enable_doc" = xyes])
|
||||
|
||||
# Checks for header files.
|
||||
AC_CHECK_HEADERS([arpa/inet.h stdint.h stdlib.h string.h sys/socket.h sys/time.h unistd.h])
|
||||
|
||||
@@ -27,4 +27,4 @@ doc: $(top_srcdir)/src/vpicc/virtualsmartcard/*.py $(top_srcdir)/src/vpicc/virtu
|
||||
touch doc
|
||||
|
||||
clean-local:
|
||||
rm -f doc README.rst autotools.rst questions.rst
|
||||
rm -f doc
|
||||
|
||||
Reference in New Issue
Block a user