Changeset aa50e70169b0739dbd11f8d76f7550bfbfd46981

Show
Ignore:
Timestamp:
12/30/07 17:38:27 (8 months ago)
Author:
Felix Paul Kühne <fkuehne@videolan.org>
git-committer:
Felix Paul Kühne <fkuehne@videolan.org> 1199032707 +0000
git-parent:

[bde97dacca88796298ba8e2a488d5c69f26dbe5d]

git-author:
Felix Paul Kühne <fkuehne@videolan.org> 1199032707 +0000
Message:

Makefile: correctly distribute .hosts within VLC-release.app

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Makefile.am

    r8442f8a raa50e70  
    468468    $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http-lua/images 
    469469    $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http-lua/requests 
     470    $(INSTALL) -m 644 $(srcdir)/share/http-lua/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/http-lua/.hosts 
    470471    for i in $(srcdir)/share/http-lua/*.* ; do \ 
    471472      $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http-lua/`basename $${i}` ; \ 
     
    500501    $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images 
    501502    $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests 
     503    $(INSTALL) -m 644 $(srcdir)/share/http/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/.hosts 
     504    $(INSTALL) -m 644 $(srcdir)/share/http/old/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/.hosts 
    502505    for i in $(srcdir)/share/http/*.* ; do \ 
    503506      $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/`basename $${i}` ; \ 
     
    641644      done ; \ 
    642645    fi 
    643     ln -sfn `pwd`/$(srcdir)/share $(top_builddir)/VLC.app/Contents/MacOS/ 
     646    ln -sfn $(srcdir)/share $(top_builddir)/VLC.app/Contents/MacOS/ 
    644647    $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/locale 
    645648    cat $(top_srcdir)/po/LINGUAS | while read i; do \