pkgsrc/multimedia/pitivi/patches/patch-help_Makefile.in
2012-02-22 00:01:52 +00:00

23 lines
792 B
Text
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

$NetBSD: patch-help_Makefile.in,v 1.1 2012/02/22 00:01:52 sbd Exp $
Don't try to install two figures which don't exist, they will be created
as symlinks which point to themselves.
--- help/Makefile.in.orig 2011-09-27 21:51:06.000000000 +0000
+++ help/Makefile.in
@@ -327,7 +327,6 @@ _clean_dir = $(if $(DOC_MODULE)$(DOC_ID)
_doc_install_dir = $(if $(DOC_ID),$(DOC_ID),$(DOC_MODULE))
DOC_ID = pitivi
DOC_FIGURES = \
- figures/codecscontainers.jpg \
figures/fadestep1.png \
figures/fadestep2.png \
figures/fadestep3.png \
@@ -336,7 +335,6 @@ DOC_FIGURES = \
figures/keyframecurves.png \
figures/layers.png \
figures/logo.png \
- figures/mainwindow.png \
figures/previewsource.png \
figures/ripple-after.png \
figures/ripple-before.png \