Mercurial > mplayer.hg
diff Makefile @ 17706:83c1acef76d5
New website structure, the /homepage subdirectory is gone.
author | diego |
---|---|
date | Wed, 01 Mar 2006 10:01:43 +0000 |
parents | e0ef5688cce7 |
children | 4c4f5c73c152 |
line wrap: on
line diff
--- a/Makefile Wed Mar 01 09:57:11 2006 +0000 +++ b/Makefile Wed Mar 01 10:01:43 2006 +0000 @@ -478,12 +478,12 @@ @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