speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] update to doc/Makefile.am


From: Christopher Brannon
Subject: [PATCH] update to doc/Makefile.am
Date: Thu, 9 Sep 2010 16:36:47 -0500

From: Trevor Saunders <address@hidden>
To: address@hidden

    The fdl and gpl texinfo files were not being specified as
dependencies
    correctly.  Also, the extra_dist variable was adjusted to only
specify
    the figures directory since automake will distribute everything in a
    directory if the directory is listed in extra_dist.

These changes are imported from the opentts doc/Makefile.am

Reviewed-by: Christopher Brannon <cmbrannon79 at gmail.com>

Modified by Chris Brannon: fixed rebase conflicts.
---
 doc/Makefile.am |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 45cd753..3cabdbb 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,3 +1,7 @@
 
 info_TEXINFOS = ssip.texi speech-dispatcher.texi spd-say.texi
-EXTRA_DIST = figures gpl.texi fdl.texi speech-dispatcher-cs.texi
+EXTRA_DIST = figures
+
+speech_dispatcher_TEXINFOS = gpl.texi fdl.texi
+speech_dispatcher_cs_TEXINFOS = gpl.texi fdl.texi
+ssip_TEXINFOS = gpl.texi fdl.texi
-- 
1.7.2.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]