Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
3aa3031d
Commit
3aa3031d
authored
Apr 04, 2008
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove lua/http/old from Makefile.am
parent
7b76e347
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
41 deletions
+0
-41
Makefile.am
Makefile.am
+0
-26
share/Makefile.am
share/Makefile.am
+0
-15
No files found.
Makefile.am
View file @
3aa3031d
...
...
@@ -442,9 +442,6 @@ VLC-release.app: vlc
done
;
\
$(INSTALL)
-d
$(top_builddir)
/VLC-release.app/Contents/MacOS/share/lua/http/dialogs
$(INSTALL)
-d
$(top_builddir)
/VLC-release.app/Contents/MacOS/share/lua/http/js
$(INSTALL)
-d
$(top_builddir)
/VLC-release.app/Contents/MacOS/share/lua/http/old
$(INSTALL)
-d
$(top_builddir)
/VLC-release.app/Contents/MacOS/share/lua/http/old/admin
$(INSTALL)
-d
$(top_builddir)
/VLC-release.app/Contents/MacOS/share/lua/http/old/vlm
$(INSTALL)
-d
$(top_builddir)
/VLC-release.app/Contents/MacOS/share/lua/http/images
$(INSTALL)
-d
$(top_builddir)
/VLC-release.app/Contents/MacOS/share/lua/http/requests
$(INSTALL)
-m
644
$(srcdir)
/share/lua/http/.hosts
$(top_builddir)
/VLC-release.app/Contents/MacOS/share/lua/http/.hosts
...
...
@@ -457,15 +454,6 @@ VLC-release.app: vlc
for
i
in
$(srcdir)
/share/lua/http/js/
*
.
*
;
do
\
$(INSTALL)
-m
644
$
${i}
$(top_builddir)
/VLC-release.app/Contents/MacOS/share/lua/http/js/
`
basename
$
${i}
`
;
\
done
for
i
in
$(srcdir)
/share/lua/http/old/
*
.
*
;
do
\
$(INSTALL)
-m
644
$
${i}
$(top_builddir)
/VLC-release.app/Contents/MacOS/share/lua/http/old/
`
basename
$
${i}
`
;
\
done
for
i
in
$(srcdir)
/share/lua/http/old/admin/
*
.
*
;
do
\
$(INSTALL)
-m
644
$
${i}
$(top_builddir)
/VLC-release.app/Contents/MacOS/share/lua/http/old/admin/
`
basename
$
${i}
`
;
\
done
for
i
in
$(srcdir)
/share/lua/http/old/vlm/
*
.
*
;
do
\
$(INSTALL)
-m
644
$
${i}
$(top_builddir)
/VLC-release.app/Contents/MacOS/share/lua/http/old/vlm/
`
basename
$
${i}
`
;
\
done
for
i
in
$(srcdir)
/share/lua/http/images/
*
.
*
;
do
\
$(INSTALL)
-m
644
$
${i}
$(top_builddir)
/VLC-release.app/Contents/MacOS/share/lua/http/images/
`
basename
$
${i}
`
;
\
done
...
...
@@ -659,9 +647,6 @@ package-win-common:
mkdir
-p
"$(top_builddir)/vlc-$(VERSION)/lua/http/requests"
mkdir
-p
"$(top_builddir)/vlc-$(VERSION)/lua/http/js"
mkdir
-p
"$(top_builddir)/vlc-$(VERSION)/lua/http/dialogs"
mkdir
-p
"$(top_builddir)/vlc-$(VERSION)/lua/http/old"
mkdir
-p
"$(top_builddir)/vlc-$(VERSION)/lua/http/old/vlm"
mkdir
-p
"$(top_builddir)/vlc-$(VERSION)/lua/http/old/admin"
cp
$(srcdir)/share/lua/http/*.html
$(top_builddir)/vlc-$(VERSION)/lua/http/
;
unix2dos
$(top_builddir)/vlc-$(VERSION)/lua/http/*.html
;
cp
$(srcdir)/share/lua/http/.hosts
$(top_builddir)/vlc-$(VERSION)/lua/http/
;
...
...
@@ -681,17 +666,6 @@ package-win-common:
cp
$(srcdir)/share/lua/http/requests/readme
$(top_builddir)/vlc-$(VERSION)/lua/http/requests/readme.txt
;
unix2dos
$(top_builddir)/vlc-$(VERSION)/lua/http/requests/readme.txt
;
cp
$(srcdir)/share/lua/http/old/*.html
$(top_builddir)/vlc-$(VERSION)/lua/http/old/
;
unix2dos
$(top_builddir)/vlc-$(VERSION)/lua/http/old/*.html
;
cp
$(srcdir)/share/lua/http/old/*.css
$(top_builddir)/vlc-$(VERSION)/lua/http/old/
;
cp
$(srcdir)/share/lua/http/old/.hosts
$(top_builddir)/vlc-$(VERSION)/lua/http/old/
;
cp
$(srcdir)/share/lua/http/old/*.png
$(top_builddir)/vlc-$(VERSION)/lua/http/old/
;
cp
$(srcdir)/share/lua/http/old/vlm/*.html
$(top_builddir)/vlc-$(VERSION)/lua/http/old/vlm/
;
unix2dos
$(top_builddir)/vlc-$(VERSION)/lua/http/old/vlm/*.html
;
cp
$(srcdir)/share/lua/http/old/admin/*.html
$(top_builddir)/vlc-$(VERSION)/lua/http/old/admin/
;
unix2dos
$(top_builddir)/vlc-$(VERSION)/lua/http/old/admin/*.html
;
cp
$(srcdir)/share/lua/http/old/admin/.access
$(top_builddir)/vlc-$(VERSION)/lua/http/old/admin/
;
mkdir
-p
"$(top_builddir)/vlc-$(VERSION)/http/images"
mkdir
-p
"$(top_builddir)/vlc-$(VERSION)/http/requests"
mkdir
-p
"$(top_builddir)/vlc-$(VERSION)/http/js"
...
...
share/Makefile.am
View file @
3aa3031d
...
...
@@ -328,21 +328,6 @@ DIST_http_lua = \
lua/http/js/mosaic.js
\
lua/http/js/vlm.js
\
lua/http/mosaic.html
\
lua/http/old/.hosts
\
lua/http/old/admin/.access
\
lua/http/old/admin/browse.html
\
lua/http/old/admin/dboxfiles.html
\
lua/http/old/admin/index.html
\
lua/http/old/cone_minus.png
\
lua/http/old/cone_plus.png
\
lua/http/old/index.html
\
lua/http/old/info.html
\
lua/http/old/style.css
\
lua/http/old/vlm/edit.html
\
lua/http/old/vlm/index.html
\
lua/http/old/vlm/new.html
\
lua/http/old/vlm/show.html
\
lua/http/old/webcam.html
\
lua/http/requests/browse.xml
\
lua/http/requests/playlist.xml
\
lua/http/requests/status.xml
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment