gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11886: link to the images directory


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11886: link to the images directory, so texi files actually build.
Date: Wed, 03 Feb 2010 18:08:01 -0700
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11886
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Wed 2010-02-03 18:08:01 -0700
message:
  link to the images directory, so texi files actually build.
modified:
  doc/C/Makefile.am
=== modified file 'doc/C/Makefile.am'
--- a/doc/C/Makefile.am 2010-02-03 23:38:37 +0000
+++ b/doc/C/Makefile.am 2010-02-04 01:08:01 +0000
@@ -179,7 +179,7 @@
          $(DB2X_MAN) $?; \
         else \
          $(DB2X_XSLTPROC) -s man $? -o $*.mxml; \
-         $(DB2X_MANXML) -solinks $*.mxml; \
+         $(DB2X_MANXML) --solinks $*.mxml; \
          $(RM) $*.mxml; \
        fi
 else
@@ -194,7 +194,7 @@
 if DOCBOOK
 gnash_user.info: gnashuser.texi
 gnash_ref.info: gnashref.texi
-gnashuser.texi gnash_user.texi: gnashuser.xml
+gnashuser.texi gnash_user.texi: images gnashuser.xml
 gnashref.texi gnash_user.texi: gnashref.xml
 else
 gnash_user.info: gnashuser.xml
@@ -236,7 +236,7 @@
 # produced by the dist-bzip2, dist-gzip, or snapshot targets.
 # distdir is a built in target for Automake.
 dist-hook:
-       test -d "$(distdir)/images/images" || $(mkinstalldirs) 
"$(distdir)/images"
+       test -d "$(distdir)/images" || $(mkinstalldirs) "$(distdir)/images"
        for file in $(srcdir)/images/*.png $(srcdir)/images/*.txt; do \
          basefile="`basename $${file}`"; \
          if test ! -e $(distdir)/images/$${basefile}; then \
@@ -244,6 +244,11 @@
          fi; \
        done
 
+images:
+       if test ! -e images; then \
+         $(LN_S) -f $(srcdir)/images images; \
+       fi;
+
 #
 # Installing documentation can be a complex process, as we build
 # multiple output formats. This section contains all of the 
@@ -356,9 +361,11 @@
        gnashuser.mxml \
        gnashref.txml \
        gnashref.mxml \
-       omf_timestamp
-
+       omf_timestamp \
+       images \
+       gtk-gnash.1 \
+       kde4-gnash.1
 
 # Always execute these targets as they have no real dependencies.
-.PHONY: images install-info-hook uninstall-info-hook install-html-hook 
uninstall-html-hook uninstall-data-hook install-data-hook
+.PHONY: images install-info-hook uninstall-info-hook install-html-hook 
uninstall-html-hook uninstall-data-hook install-data-hook images
 


reply via email to

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