diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-02-18 06:37:56 +0100 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2013-02-18 06:37:56 +0100 |
commit | 4d894f48a93a550eaf74b7aaa852970dd11ee059 (patch) | |
tree | 5b307899c66657a7f1fffe7e38343ab6992049af | |
parent | f27eeb640938c7d1ff4cadef231c37dc10208be8 (diff) | |
download | mdk-4d894f48a93a550eaf74b7aaa852970dd11ee059.tar.gz mdk-4d894f48a93a550eaf74b7aaa852970dd11ee059.tar.bz2 |
Convenience target to generate manual
-rw-r--r-- | doc/Makefile.am | 5 |
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') |