gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/doc/C Makefile.am


From: Rob Savoye
Subject: [Gnash-commit] gnash/doc/C Makefile.am
Date: Sat, 01 Mar 2008 15:52:22 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    08/03/01 15:52:22

Modified files:
        doc/C          : Makefile.am 

Log message:
        Make sure the packaging/doc directory exists.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/doc/C/Makefile.am?cvsroot=gnash&r1=1.52&r2=1.53

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/doc/C/Makefile.am,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -b -r1.52 -r1.53
--- Makefile.am 1 Mar 2008 15:47:54 -0000       1.52
+++ Makefile.am 1 Mar 2008 15:52:21 -0000       1.53
@@ -193,10 +193,14 @@
 
 if !DOCBOOK
 gnash_user.info:
+       @if test -d $(top_srcdir)/packaging/doc; then \
        $(LN_S) -f $(top_srcdir)/packaging/doc/gnash_user.info.in 
./gnash_user.info; \
+       fi
 
 gnash_ref.info:
+       @if test -d $(top_srcdir)/packaging/doc; then \
        $(LN_S) -f $(top_srcdir)/packaging/doc/gnash_ref.info.in 
./gnash_ref.info; \
+       fi
 endif
 
 # When we build in a seperate build tree, we need links to the images




reply via email to

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