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 ChangeLog


From: Rob Savoye
Subject: [Gnash-commit] gnash doc/C/Makefile.am ChangeLog
Date: Sat, 01 Mar 2008 16:37:57 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    08/03/01 16:37:56

Modified files:
        doc/C          : Makefile.am 
        .              : ChangeLog 

Log message:
                * doc/C/Makefile.am: Tweak dependencies for the info files, as
                they go through a name transformation, which is unfortunately
                different between Ubuntu and Fedora.

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

Patches:
Index: doc/C/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/doc/C/Makefile.am,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -b -r1.53 -r1.54
--- doc/C/Makefile.am   1 Mar 2008 15:52:21 -0000       1.53
+++ doc/C/Makefile.am   1 Mar 2008 16:37:55 -0000       1.54
@@ -151,8 +151,8 @@
 #      basefile=$(notdir $(basename $<));
 .xml.texi:
 if ENABLE_TEXI
-       -if test x$(DB2X_TEXI) != x; then \
-         $(DB2X_TEXI) --encoding=us-ascii//TRANSLIT $< ; \
+       address@hidden test x$(DB2X_TEXI) != x; then \
+         $(DB2X_TEXI) --encoding=us-ascii//TRANSLIT --string-param 
directory-description="Gnash" $< ; \
        else \
          basefile="$*"; \
           $(DB2X_XSLTPROC) -s texi $< --output $${basefile}.txml; \
@@ -176,7 +176,7 @@
 
 .man-xml.1:
 if ENABLE_MAN
-       address@hidden test x$(DB2X_MAN) != x; then \
+       @if test x$(DB2X_MAN) != x; then \
          $(DB2X_MAN) $?; \
         else \
          $(DB2X_XSLTPROC) -s man $? -o $*.mxml; \
@@ -191,13 +191,18 @@
        fi
 endif
 
-if !DOCBOOK
-gnash_user.info:
+if DOCBOOK
+gnash_user.info gnashuser.info: gnashuser.texi
+gnash_ref.info gnashref.info: gnashref.texi
+gnashuser.texi gnash_user.texi: gnashuser.xml
+gnashref.texi gnash_user.texi: gnashref.xml
+else
+gnash_user.info: gnashuser.xml
        @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:
+gnash_ref.info: gnashref.xml
        @if test -d $(top_srcdir)/packaging/doc; then \
          $(LN_S) -f $(top_srcdir)/packaging/doc/gnash_ref.info.in 
./gnash_ref.info; \
        fi
@@ -313,7 +318,9 @@
        gnash-C.omf.out \
        manpage.links  \
        manpage.refs  \
+       gnash_ref.texi  \
        gnashref.texi  \
+       gnash_user.texi  \
        gnashuser.texi  \
        gnash.fo  \
        gnash.log  \

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5768
retrieving revision 1.5769
diff -u -b -r1.5768 -r1.5769
--- ChangeLog   1 Mar 2008 15:45:16 -0000       1.5768
+++ ChangeLog   1 Mar 2008 16:37:56 -0000       1.5769
@@ -1,3 +1,9 @@
+2008-03-01  Rob Savoye  <address@hidden>
+
+       * doc/C/Makefile.am: Tweak dependencies for the info files, as
+       they go through a name transformation, which is unfortunately
+       different between Ubuntu and Fedora.
+
 2008-03-01  Rob Savoye  <address@hidden>
 
        * doc/C/Makefile.am: Link to the preformatted info file, which is
@@ -123,7 +129,7 @@
        * plugin/plugin.cpp: don't force verbosity, the config file can
          be used for that.
 
-2008-02-27 Marcin Cieślak <address@hidden>
+2008-02-27 Marcin Cieślak <address@hidden>
 
        * plugin/plugin.cpp: GIOCondition is a bitfield. Patch #6436.
 
@@ -387,7 +393,7 @@
          replaced with appendixinfo (in an appendix context).
          See
          
http://www.museum.state.il.us/ismdepts/library/linuxguides/docbook/docinfo.html.
-       * doc/C/app_authors.xml: copy 'Ignacio Casta�o' name from
+       * doc/C/app_authors.xml: copy 'Ignacio Casta�o' name from
          gameswf sources (seems to be better accepted by docbook2pdf). 
        * doc/C/amf.xml, doc/C/rtmp.xml: use appropriate sect levels
          matching with inclusion of entities.
@@ -1288,7 +1294,7 @@
          manipulation can stay as before. Interfaces still use std::string
          with conversions when necessary. Make wstring methods private. 
          set_text_value(const char*) -> setTextValue(const wstring&).
-         Handles characters like ö or ¶.
+         Handles characters like ö or ¶.
 
 2008-02-05 Bastiaan Jacques <address@hidden>
 
@@ -8597,7 +8603,7 @@
        * libbase/string_table.h: Fixed compilation for non-32 bit platforms.
        * server/parser/video_stream_def.{cpp,h}: Use CapitalCase for types.
 
-2007-09-17 Lauri Mylläri <rez>
+2007-09-17 Lauri Mylläri <rez>
 
        * server/swf/tag_loaders.cpp: Also parse DelaySeek field for MP3 
          in DEFINESOUND, fixes bug #21094.




reply via email to

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