COPYING.LGPL \
COPYING.MIT \
ChangeLog \
- README \
README.md \
- INSTALL \
INSTALL.md \
update-version.sh \
run-test-valgrind.supp \
version:
$(AM_V_GEN)$(top_srcdir)/build-aux/git-version-gen > $@
-README: README.md
- $(AM_V_GEN)$(PANDOC) -f markdown_github -t plain -o $@ $<
-
-INSTALL: INSTALL.md
- $(AM_V_GEN)$(PANDOC) -f markdown_github -t plain -o $@ $<
-
ChangeLog:
$(AM_V_GEN)git log --name-status --pretty="format:%ai %aN <%aE> (%h)%n%n%w(80,4,4)%s%n%n%b" 5d5c4f2bfb812c767084c0338dae692db476da10^.. > ChangeLog || rm -f ChangeLog
AC_SUBST(NOPLUGIN_LDFLAGS)
DC_CC_WRAPPER
-DC_PANDOC
if test "$docdir" = ""; then
dnl docdir supported only by autoconf v2.59c and later
])
])
-AC_DEFUN([DC_PANDOC], [
- AC_ARG_VAR(PANDOC, [Path to pandoc program])
-
- dnl Optional tool for making documentation
- AC_CHECK_PROGS(PANDOC, [pandoc], [true])
-
- AS_IF([test "$PANDOC" = "true"], [
- AS_IF([test ! -e README], [
- AC_MSG_ERROR([Cannot produce documentation without pandoc - disable with PANDOC=false ./configure])
- ])
- ])
-])
# warnings.m4 serial 11
dnl Copyright (C) 2008-2015 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation