forked from mirrors/gecko-dev
242653 - README.txt mentions Mozilla, not Firefox.
This commit is contained in:
parent
31ff23cd2e
commit
d672f877b7
2 changed files with 5 additions and 1 deletions
|
|
@ -308,7 +308,7 @@ clean clobber::
|
||||||
rm -rf $(DIST)/$(APP_NAME).app
|
rm -rf $(DIST)/$(APP_NAME).app
|
||||||
endif
|
endif
|
||||||
|
|
||||||
README_FILE = $(topsrcdir)/README.txt
|
README_FILE = $(srcdir)/README.txt
|
||||||
|
|
||||||
libs::
|
libs::
|
||||||
$(INSTALL) $(README_FILE) $(DIST)/bin
|
$(INSTALL) $(README_FILE) $(DIST)/bin
|
||||||
|
|
|
||||||
4
browser/app/README.txt
Normal file
4
browser/app/README.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
For information about installing, running and configuring Firefox
|
||||||
|
including a list of known issues and troubleshooting information,
|
||||||
|
refer to: http://getfirefox.com/releases/
|
||||||
|
|
||||||
Loading…
Reference in a new issue