~ubuntu-branches/ubuntu/vivid/gnash/vivid-proposed

« back to all changes in this revision

Viewing changes to doc/C/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Gabriele Giacone
  • Date: 2012-06-30 02:35:32 UTC
  • mfrom: (1.1.20)
  • Revision ID: package-import@ubuntu.com-20120630023532-go61oics8o04jek1
Tags: 0.8.11~git20120629-1
* Git snapshot.
  + IPv6 support.
  + Fix FTBFS with gcc 4.7 and clang.
  + Fix opening of external URL with gnash standalone.
* Remove gstreamer0.10-fluendo-mp3 from runtime deps (Closes: #679527).
* Use sensible-browser instead of xdg-open (Closes: #597195).
* Set NoDiplay=true in desktop icons (Closes: #679573). 
* Switch source and binary to xz compression.
* Remove gcc4.7 and CVE-2012-1175 patches.
* Add hardening lintian overrides.

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
        findwebcams.1
133
133
#       dumpshm.1
134
134
 
135
 
# These are just aliases for the defauklt gnash man page.
 
135
# These are just aliases for the default gnash man page.
136
136
EXTRAMANPAGES =
137
137
 
138
138
if BUILD_GTK_GUI
398
398
           $(INSTALL_DATA) $$file $(DESTDIR)$(man1dir)/$$file; \
399
399
        done
400
400
 
401
 
install-data-hook: $(MANPAGES) install-man1 install-info-hook install-html-hook 
 
401
install-data-hook: install-man1 install-info-hook install-html-hook 
402
402
uninstall-hook: uninstall-info-hook uninstall-html-hook
403
403
        -for file in $(MANPAGES) $(EXTRAMANPAGES); do \
404
404
           $(RM) $(DESTDIR)$(man1dir)/$$file; \
437
437
        -rmdir $(DESTDIR)$(omf_dest_dir)
438
438
        -$(SCROLLUPDATE) -v 
439
439
 
 
440
# All but gnash.1 aren't generated, but are just copied from the source
 
441
# tree. If building in thew source directory, we don't want to remove
 
442
# these, but when building in a separate directory, we do want to remove them.
 
443
MAN_ALIASES = \
 
444
        `if test x"$(srcdir)" != x"."; then \
 
445
           echo $(EXTRAMANPAGES); \
 
446
        fi`
 
447
 
 
448
IMAGES = \
 
449
        `if test x"$(srcdir)" != x"."; then \
 
450
           echo "images"; \
 
451
        fi`
 
452
 
440
453
CLEANFILES = \
441
454
        $(PDFS) \
442
455
        $(MANPAGES) \
 
456
        $(MAN_ALIASES) \
443
457
        $(INFOS) \
444
458
        $(HTMLS) \
445
459
        $(TEXIS) \
453
467
        gnashref.txml \
454
468
        gnashref.mxml \
455
469
        omf_timestamp \
456
 
        images \
457
 
        dump-gnash.1 \
458
 
        gtk-gnash.1 \
459
 
        qt4-gnash.1 \
460
 
        fb-gnash.1 \
461
 
        sdl-gnash.1 \
462
 
        gnash-gtk-launcher.1 \
463
 
        gnash-qt-launcher.1
 
470
        $(IMAGES)
464
471
 
465
472
# This updates the copies of the manuals that are stored preformatted
466
473
# so not everyone needs to get Docbook working well enough to produce