gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11899: add all the missing referenc


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11899: add all the missing reference manual pages too. tweak the search pattern for install_info versions so it works on Lenny too.
Date: Thu, 04 Feb 2010 12:03:33 -0700
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11899
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Thu 2010-02-04 12:03:33 -0700
message:
  add all the missing reference manual pages too. tweak the search pattern for 
install_info versions so it works on Lenny too.
modified:
  doc/C/Makefile.am
=== modified file 'doc/C/Makefile.am'
--- a/doc/C/Makefile.am 2010-02-04 18:31:00 +0000
+++ b/doc/C/Makefile.am 2010-02-04 19:03:33 +0000
@@ -57,19 +57,31 @@
 # These are the files needed to build the Gnash reference
 # manual.
 REFMAN = \
+       refmanual/amf.xml \
+       refmanual/as_value.xml \
+       refmanual/building.xml \
        refmanual/code_dependencies.xml \
+       refmanual/codestyle.xml \
        refmanual/configuration.xml \
+       refmanual/cross_compiling.xml \
        refmanual/custompath_configuration.xml \
        refmanual/documentation_dependencies.xml \
        refmanual/feature_configuration.xml \
+       refmanual/install.xml \
+       refmanual/internals.xml \
+       refmanual/logging.xml \
+       refmanual/memory.xml \
+       refmanual/new_as_class.xml \
+       refmanual/object.xml \
+       refmanual/plugin.xml \
+       refmanual/revisions.xml \
+       refmanual/rtmp.xml \
        refmanual/sources.xml \
        refmanual/testing_dependencies.xml \
-       refmanual/cross_compiling.xml   \
-       refmanual/building.xml \
-       refmanual/install.xml \
-       refmanual/codestyle.xml
-#      refmanual/packagemanager.xml
-
+       refmanual/extensions/extensions.xml \
+       refmanual/extensions/fileext.xml \
+       refmanual/extensions/gtkext.xml \
+       refmanual/extensions/mysqlext.xml
 
 EXTRA_DIST = \
        $(USERMAN) \
@@ -295,7 +307,7 @@
        -for i in *.info; do \
          $(INSTALL_DATA) "$$i" $(DESTDIR)$(infodir)/"$$i"; \
        done; \
-       type="`file $(INSTALL_INFO) | grep -ic " perl " 2>&1`"; \
+       type="`file $(INSTALL_INFO) | grep -ic "perl " 2>&1`"; \
        if test $${type} -gt 0; then \
          $(INSTALL_INFO) --menuentry="\"Gnash User Manual\"" --quiet 
--description="\"Gnash User Manual\"" --info-dir=$(DESTDIR)$(infodir) 
$(DESTDIR)$(infodir)/gnash_user.info; \
          $(INSTALL_INFO) --menuentry="\"Gnash Reference Manual\"" --quiet 
--description="\"Gnash Reference Manual\"" --info-dir=$(DESTDIR)$(infodir) 
$(DESTDIR)$(infodir)/gnash_ref.info; \


reply via email to

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