mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-31 11:01:40 +00:00
Make exporting more general.
This commit is contained in:
parent
7b74b47871
commit
ca22af1a1f
@ -25,9 +25,14 @@ srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
FILES := \
|
||||
bookmarks.html \
|
||||
panels.rdf \
|
||||
$(NULL)
|
||||
|
||||
FILES := $(addprefix $(srcdir)/, $(FILES))
|
||||
|
||||
install::
|
||||
$(INSTALL) $(srcdir)/bookmarks.html $(DIST)/bin/defaults/profile
|
||||
$(INSTALL) $(srcdir)/panels.rdf $(DIST)/bin/defaults/profile
|
||||
$(INSTALL) $(FILES) $(DIST)/bin/defaults/profile
|
||||
|
Loading…
x
Reference in New Issue
Block a user