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: Trevor Saunders
Subject: [PATCH] update to doc/Makefile.am
Date: Fri, 3 Sep 2010 15:40:38 -0400

    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
---
 doc/Makefile.am |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 23e344e..316c04a 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -1,4 +1,9 @@
 
 info_TEXINFOS = ssip.texi speech-dispatcher.texi speech-dispatcher-cs.texi 
spd-say.texi
-EXTRA_DIST = figures/*.txt figures/*.png figures/*.pdf figures/*.dia 
figures/*.eps gpl.texi fdl.texi
+
+speech_dispatcher_TEXINFOS = gpl.texi fdl.texi
+speech_dispatcher_cs_TEXINFOS = gpl.texi fdl.texi
+ssip_TEXINFOS = gpl.texi fdl.texi
+
+EXTRA_DIST = figures
 
-- 
1.7.1




reply via email to

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