diff options
author | nox <nox@FreeBSD.org> | 2011-08-03 12:50:00 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2011-08-03 12:50:00 +0800 |
commit | ec49912524285d4e5467c080c4939f1c673a9fc7 (patch) | |
tree | e2a9b1b6c6ed729b9fd75a35e3a78ec3b1f57060 /multimedia | |
parent | cca22c15100a72a369aaafd233f5fb2720128034 (diff) | |
download | freebsd-ports-gnome-ec49912524285d4e5467c080c4939f1c673a9fc7.tar.gz freebsd-ports-gnome-ec49912524285d4e5467c080c4939f1c673a9fc7.tar.zst freebsd-ports-gnome-ec49912524285d4e5467c080c4939f1c673a9fc7.zip |
Actuall commit the build fix patch. (doh!)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/dvdstyler/files/patch-docs-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/multimedia/dvdstyler/files/patch-docs-Makefile.in b/multimedia/dvdstyler/files/patch-docs-Makefile.in new file mode 100644 index 000000000000..e0c955dbd72c --- /dev/null +++ b/multimedia/dvdstyler/files/patch-docs-Makefile.in @@ -0,0 +1,11 @@ +--- docs/Makefile.in.orig ++++ docs/Makefile.in +@@ -461,7 +461,7 @@ uninstall-man: uninstall-man1 + + help_%.zip: DVDStylerGuide_%.xml + t=`mktemp -d tempXXXXXXX`; \ +- (cd "$$t" && $(XMLTO) --skip-validation htmlhelp ../DVDStylerGuide_$*.xml && rm -f *.hh* && $(ZIP) ../help_$*.zip *.html); \ ++ (cd "$$t" && $(XMLTO) --skip-validation htmlhelp ../DVDStylerGuide_$*.xml && rm -f *.hh* *.proc && $(ZIP) ../help_$*.zip *.html); \ + rm -f "$$t"/*.html; \ + if [ -d "images/$*" ]; then \ + $(ZIP) help_$*.zip htmlhelp.hhp toc.hhc images/$*/*.png images/$*/*.jpg; \ |