summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2013-02-18 06:37:56 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2013-02-18 06:37:56 +0100
commit4d894f48a93a550eaf74b7aaa852970dd11ee059 (patch)
tree5b307899c66657a7f1fffe7e38343ab6992049af
parentf27eeb640938c7d1ff4cadef231c37dc10208be8 (diff)
downloadmdk-4d894f48a93a550eaf74b7aaa852970dd11ee059.tar.gz
mdk-4d894f48a93a550eaf74b7aaa852970dd11ee059.tar.bz2
Convenience target to generate manual
-rw-r--r--doc/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index fbc122c..6a41cad 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,6 +1,7 @@
## Process this file with automake to produce Makefile.in
-# Copyright (C) 2000, 2001, 2003, 2004, 2006, 2008 Free Software Foundation, Inc.
+# Copyright (C) 2000, 2001, 2003, 2004, 2006, 2008, 2013 Free Software
+# Foundation, Inc.
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
@@ -21,3 +22,5 @@ mdk_TEXINFOS = mdk_intro.texi mdk_ack.texi mdk_tut.texi mdk_gstart.texi \
EXTRA_DIST = MIX.DOC COPYING.MIX.DOC
+gendocs: $(mdk_TEXINFOS)
+ (cd $(top_srcdir)/doc && ./gendocs.sh --email bug-mdk@gnu.org mdk 'GNU MDK User Manual')