]> git.sesse.net Git - vlc/commitdiff
Makefile.am: don't unix2dos dboxfiles.html as it produces problems with Movieplayer...
authorChristophe Mutricy <xtophe@videolan.org>
Tue, 14 Jun 2005 18:19:34 +0000 (18:19 +0000)
committerChristophe Mutricy <xtophe@videolan.org>
Tue, 14 Jun 2005 18:19:34 +0000 (18:19 +0000)
Makefile.am

index c7fdc090b979c69044508eeff15ef81580f198dc..a2c152b2d9720a2a21165814b83ea75319b5a05b 100644 (file)
@@ -756,6 +756,8 @@ package-win32-base:
        cp $(srcdir)/share/http/admin/*.html \
            $(top_builddir)/vlc-${VERSION}/http/admin/ ;
        unix2dos $(top_builddir)/vlc-${VERSION}/http/admin/*.html ;
+       cp $(srcdir)/share/http/admin/dboxfiles.html \
+           $(top_builddir)/vlc-${VERSION}/http/admin/ ;
        cp $(srcdir)/share/http/admin/.access \
            $(top_builddir)/vlc-${VERSION}/http/admin/ ;
        unix2dos $(top_builddir)/vlc-${VERSION}/http/admin/.access ;