Commit c25e25c4 authored by Sam Hocevar's avatar Sam Hocevar

. added a .cvsignore file in lib/ so that the directory doesn't get

   removed whenever one does a cvs update -dP
 . fixed debian/.cvsignore because of a new version of debhelper
parent f8da8c95
...@@ -436,10 +436,7 @@ snapshot: ...@@ -436,10 +436,7 @@ snapshot:
mv /tmp/${SNAPSHOTDIR}.tar.bz2 .. mv /tmp/${SNAPSHOTDIR}.tar.bz2 ..
@echo "Sources are in ../${SNAPSHOTDIR}.tar.[gz,bz2]" @echo "Sources are in ../${SNAPSHOTDIR}.tar.[gz,bz2]"
plugins: lib $(PLUGINS:%=lib/%.so) plugins: $(PLUGINS:%=lib/%.so)
lib:
mkdir -p lib
FORCE: FORCE:
......
tmp tmp
vlc
vlc-*
delete delete
files files
*debhelper *debhelper
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment