Now the edc vim syntax file for edje sources actually shows up in the deb.

SVN revision: 9279
This commit is contained in:
swielinga 2004-03-08 01:36:11 +00:00 committed by swielinga
parent 8a9f8bb478
commit 6e6f4598ab
3 changed files with 4 additions and 3 deletions

View File

@ -1,5 +1,5 @@
edje (0.0.1-0cvs20030826) unstable; urgency=low
edje (0.0.1-0cvs20040308) unstable; urgency=low
* a CVS release
-- Sytse Wielinga <s.b.wielinga@student.utwente.nl> Tue, 26 Aug 2003 14:59:45 +0200
-- Sytse Wielinga <s.b.wielinga@student.utwente.nl> Mon, 8 Mar 2004 02:40:54 +0100

View File

@ -1 +1,2 @@
usr/lib/lib*.so.*
usr/share/vim/addons/syntax/*

View File

@ -27,7 +27,7 @@ DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
INSTALL=/usr/bin/install -p
CONFIGUREOPTS = --prefix=/usr --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
CONFIGUREOPTS = --prefix=/usr --with-vim=/usr/share/vim/addons --build=$(DEB_BUILD_GNU_TYPE) --host=$(DEB_HOST_GNU_TYPE)
package=libedje0
configure: configure-stamp