mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Bug#235651 --> Part of the foundation for the intaller.
readme.txt and license files
This commit is contained in:
parent
756f979fec
commit
630d209a2d
@ -227,3 +227,9 @@ libs:: $(PROGRAM)
|
||||
clean clobber::
|
||||
rm -rf $(DIST)/$(APP_NAME).app
|
||||
endif
|
||||
|
||||
README_FILE = $(topsrcdir)/README.txt
|
||||
|
||||
libs::
|
||||
$(INSTALL) $(README_FILE) $(DIST)/bin
|
||||
$(INSTALL) $(topsrcdir)/LICENSE $(DIST)/bin
|
||||
|
@ -110,6 +110,9 @@ components\xmlextras.xpt
|
||||
; Base Package Files
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
LICENSE
|
||||
README.txt
|
||||
|
||||
; NSPR:
|
||||
nspr4.dll
|
||||
plc4.dll
|
||||
|
Loading…
Reference in New Issue
Block a user