diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-03-01 10:01:43 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-03-01 10:01:43 +0000 |
commit | d9f738ab54c00ef977804894b185c0d1b785d651 (patch) | |
tree | fcdd5f18e81c1625b5d417b11cb4b79b9ca86fc5 /Makefile | |
parent | 80477378b2ebd5854fe80bc3a3b204cad281c164 (diff) | |
download | mpv-d9f738ab54c00ef977804894b185c0d1b785d651.tar.bz2 mpv-d9f738ab54c00ef977804894b185c0d1b785d651.tar.xz |
New website structure, the /homepage subdirectory is gone.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17707 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -478,12 +478,12 @@ endif @if test ! -d $(DATADIR) ; then mkdir -p $(DATADIR) ; fi @if test ! -d $(DATADIR)/font ; then mkdir -p $(DATADIR)/font ; fi @if test ! -f $(DATADIR)/font/font.desc ; then \ - echo "*** Download font at http://www.mplayerhq.hu/homepage/dload.html" ; \ + echo "*** Download font at http://www.mplayerhq.hu/dload.html" ; \ echo "*** for OSD/Subtitles support and extract to $(DATADIR)/font/" ; \ fi ifeq ($(GUI),yes) @if test ! -d $(DATADIR)/Skin ; then mkdir -p $(DATADIR)/Skin ; fi - @echo "*** Download skin(s) at http://www.mplayerhq.hu/homepage/dload.html" + @echo "*** Download skin(s) at http://www.mplayerhq.hu/dload.html" @echo "*** for GUI, and extract to $(DATADIR)/Skin/" @if test ! -d $(prefix)/share/pixmaps ; then mkdir -p $(prefix)/share/pixmaps ; fi $(INSTALL) -m 644 Gui/mplayer/pixmaps/mplayer-desktop.xpm $(prefix)/share/pixmaps/mplayer-desktop.xpm |