From d9f738ab54c00ef977804894b185c0d1b785d651 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 1 Mar 2006 10:01:43 +0000 Subject: New website structure, the /homepage subdirectory is gone. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17707 b3059339-0415-0410-9bf9-f77b7e298cf2 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0ad86fb827..935a534a32 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3