[vlc-devel] commit: Win32: remember to package skin.dtd and the skin.catalog ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Feb 22 23:42:04 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Feb 22 23:40:51 2009 +0100| [e74e198b6948b589da65ddd00bf13a20ef36c5c2] | committer: Jean-Baptiste Kempf
Win32: remember to package skin.dtd and the skin.catalog
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e74e198b6948b589da65ddd00bf13a20ef36c5c2
---
Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 0e81341..f8ca27f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -868,6 +868,8 @@ if BUILD_SKINS
for i in $(top_builddir)/share/skins2/*.*; do \
cp -- "$$i" $(win32_destdir)/skins/ || true ; \
done
+ cp -- $(srcdir)/share/skins2/skin.catalog $(win32_destdir)/skins/ || true ;
+ cp -- $(srcdir)/share/skins2/skin.dtd $(win32_destdir)/skins/ || true ;
endif
if BUILD_OSDMENU
More information about the vlc-devel
mailing list