Move data in the lib to the toplevel dir.
This commit is contained in:
@@ -119,7 +119,6 @@ Makefile
|
||||
bin/Makefile
|
||||
data/Makefile
|
||||
lib/Makefile
|
||||
lib/data/Makefile
|
||||
lib/src/Makefile
|
||||
lib/python/Makefile
|
||||
lib/threadframe/Makefile
|
||||
|
||||
+4
-1
@@ -1,4 +1,7 @@
|
||||
sugardir = $(pkgdatadir)
|
||||
sugar_DATA = gtkrc
|
||||
sugar_DATA =
|
||||
gtkrc \
|
||||
gecko-prefs.js \
|
||||
mime.types
|
||||
|
||||
EXTRA_DIST = $(sugar_DATA)
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
SUBDIRS = data src python threadframe
|
||||
SUBDIRS = src python threadframe
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
geckoconfdir = $(pkgdatadir)
|
||||
geckoconf_DATA = gecko-prefs.js mime.types
|
||||
|
||||
EXTRA_DIST = $(geckoconf_DATA)
|
||||
Reference in New Issue
Block a user