diff --git a/Makefile b/Makefile index c380c84..a2ce3df 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,7 @@ help : README.md @echo "" @echo " all - Make LibreWolf source archive ${version}-${release}." @echo " check - Check if there is a new version of Firefox." + @echo " update - Update the Settings submodule." @echo "" @echo " clean - Clean everything except the upstream firefox tarball." @echo " veryclean - Clean everything and the firefox tarball." diff --git a/README.md b/README.md index 79f0af7..49361a1 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,6 @@ make librewolf ``` This extracts the source, and then tries to `./mach build && ./mach package`. - ## FAQ: Common issues when setting up the Mozilla build environment 1. it doesnt find a suitable python. diff --git a/README.md.in b/README.md.in index 13657dc..a318be6 100644 --- a/README.md.in +++ b/README.md.in @@ -121,7 +121,6 @@ make librewolf ``` This extracts the source, and then tries to `./mach build && ./mach package`. - ## FAQ: Common issues when setting up the Mozilla build environment 1. it doesnt find a suitable python. diff --git a/submodules/settings b/submodules/settings index c256656..886b0f9 160000 --- a/submodules/settings +++ b/submodules/settings @@ -1 +1 @@ -Subproject commit c256656f377d3c15a8c7537c65f45dc802904df7 +Subproject commit 886b0f9652945de1849b06295fe2ba48cc2bda27