gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1459-g4e9ae5a
Date: Thu, 29 Mar 2012 14:40:26 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  4e9ae5a59dd7392ded176458074f01bc91d7bd13 (commit)
      from  e9b08caf8f6de997198a86b1d4763520ab388e7d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=4e9ae5a59dd7392ded176458074f01bc91d7bd13


commit 4e9ae5a59dd7392ded176458074f01bc91d7bd13
Author: Rob Savoye <address@hidden>
Date:   Thu Mar 29 08:40:13 2012 -0600

    don't remove the images directory when srcdir == .

diff --git a/doc/C/Makefile.am b/doc/C/Makefile.am
index 20a5d51..04dc073 100644
--- a/doc/C/Makefile.am
+++ b/doc/C/Makefile.am
@@ -445,6 +445,11 @@ MAN_ALIASES = \
           echo $(EXTRAMANPAGES); \
        fi`
 
+IMAGES = \
+       `if test x"$(srcdir)" != x"."; then \
+          echo "images"; \
+       fi`
+
 CLEANFILES = \
         $(PDFS) \
        $(MANPAGES) \
@@ -462,7 +467,7 @@ CLEANFILES = \
        gnashref.txml \
        gnashref.mxml \
        omf_timestamp \
-       images
+       $(IMAGES)
 
 # This updates the copies of the manuals that are stored preformatted
 # so not everyone needs to get Docbook working well enough to produce

-----------------------------------------------------------------------

Summary of changes:
 doc/C/Makefile.am |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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