~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty

« back to all changes in this revision

Viewing changes to docs/pwg/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-05-21 11:14:06 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120521111406-1wfas0o9fdaxjyo8
Tags: 0.11.91-1
* New upstream release, "I will give you five magic beans!":
  + debian/libgstreamer.symbols:
    - Update symbols file.
* debian/libgstreamer-dev.install:
  + Don't ship useless .la file for the core plugins.
  + Don't ship .a and .la files for the library.
* debian/control.in:
  + Update debhelper dependency version and Standards-Version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11.4 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.5 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
550
550
        @list='$(pwg_DATA)'; test -n "$(pwgdir)" || list=; \
551
551
        if test -n "$$list"; then \
552
552
          echo " $(MKDIR_P) '$(DESTDIR)$(pwgdir)'"; \
553
 
          $(MKDIR_P) '$(DESTDIR)$(pwgdir)' || exit 1; \
 
553
          $(MKDIR_P) "$(DESTDIR)$(pwgdir)" || exit 1; \
554
554
        fi; \
555
555
        for p in $$list; do \
556
556
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \