Commit f2ab9c5f authored by Gildas Bazin's avatar Gildas Bazin

* Makefile.am, install-win32: added the default skin to the win32 package.
parent 27196058
...@@ -520,6 +520,7 @@ package-win32: ...@@ -520,6 +520,7 @@ package-win32:
for i in dummy tmp/plugins/*$(LIBEXT) ; \ for i in dummy tmp/plugins/*$(LIBEXT) ; \
do if test $$i != tmp/plugins/libwin32_plugin$(LIBEXT) \ do if test $$i != tmp/plugins/libwin32_plugin$(LIBEXT) \
-a $$i != dummy ; then $(STRIP) $$i ; fi ; done -a $$i != dummy ; then $(STRIP) $$i ; fi ; done
mkdir tmp/share mkdir tmp/share
cp share/*.rle tmp/share/ ; cp share/*.rle tmp/share/ ;
...@@ -529,6 +530,14 @@ package-win32: ...@@ -529,6 +530,14 @@ package-win32:
cp po/$${i}.gmo tmp/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \ cp po/$${i}.gmo tmp/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
done done
mkdir -p tmp/skins/default
for i in share/skins/default/*.*; do \
cp $$i tmp/skins/default/ || true ; \
done
for i in doc/skins/*.txt; do \
cp $$i tmp/skins/ || true ; \
done
cd doc/faq ; $(MAKE) html ; cd ../.. ; cd doc/faq ; $(MAKE) html ; cd ../.. ;
cp doc/faq/index.html tmp/FAQ.htm ; cp doc/faq/index.html tmp/FAQ.htm ;
......
...@@ -64,6 +64,7 @@ Section "Install" ...@@ -64,6 +64,7 @@ Section "Install"
File /r share File /r share
File /r plugins File /r plugins
File /r locale File /r locale
File /r skins
CreateDirectory "$SMPROGRAMS\VideoLAN" CreateDirectory "$SMPROGRAMS\VideoLAN"
CreateShortCut "$SMPROGRAMS\VideoLAN\vlc.lnk" "$INSTDIR\vlc.exe" CreateShortCut "$SMPROGRAMS\VideoLAN\vlc.lnk" "$INSTDIR\vlc.exe"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment