From 24bbef9306984816dbc3b915a0ec2a6bae38055a Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Sat, 24 Oct 2015 12:29:29 -0400 Subject: update docs to refer to jpm instead of cfx --- .../html_node/LibreJS-Development-Notes.html | 6 +++--- doc/manual/index.html | 2 +- doc/manual/librejs.dvi.gz | Bin 32103 -> 32086 bytes doc/manual/librejs.html | 6 +++--- doc/manual/librejs.html.gz | Bin 21250 -> 21234 bytes doc/manual/librejs.html_node.tar.gz | Bin 23250 -> 23231 bytes doc/manual/librejs.info.tar.gz | Bin 18979 -> 18959 bytes doc/manual/librejs.pdf | Bin 206232 -> 206216 bytes doc/manual/librejs.texi.tar.gz | Bin 18692 -> 18679 bytes doc/manual/librejs.txt | 8 +++----- doc/manual/librejs.txt.gz | Bin 17966 -> 17944 bytes 11 files changed, 10 insertions(+), 12 deletions(-) (limited to 'doc/manual') diff --git a/doc/manual/html_node/LibreJS-Development-Notes.html b/doc/manual/html_node/LibreJS-Development-Notes.html index f05e766..66d574b 100644 --- a/doc/manual/html_node/LibreJS-Development-Notes.html +++ b/doc/manual/html_node/LibreJS-Development-Notes.html @@ -71,11 +71,11 @@ Next:

8.1 Running LibreJS from the source directory

-

Download Mozilla’s Add-on SDK, then do something like this in the LibreJS +

Download jpm, then do something like this in the LibreJS directory:

-
cfx run -b `which icecat`
+
jpm run -b `which abrowser`
 
@@ -107,7 +107,7 @@ command to data/script_libraries/script-libraries.json.
  • git archive --format=tar.gz --prefix=librejs-6.0.4 6.0.4 >librejs-6.0.4.tar.gz
  • mv librejs-6.0.4.tar.gz ~/releases/librejs-6.0.4/
  • -
  • Make xpi file: ‘cfx xpi --strip-sdk; mv librejs.xpi librejs-6.0.4.xpi’ +
  • Make xpi file: ‘jpm xpi; mv librejs.xpi librejs-6.0.4.xpi
  • diff --git a/doc/manual/index.html b/doc/manual/index.html index 2e989e9..7037167 100644 --- a/doc/manual/index.html +++ b/doc/manual/index.html @@ -5,7 +5,7 @@

    GNU LibreJS Manual

    Free Software Foundation
    -
    last updated October 23, 2015
    +
    last updated October 24, 2015

    This manual (librejs) is available in the following formats:

    diff --git a/doc/manual/librejs.dvi.gz b/doc/manual/librejs.dvi.gz index cf1dba2..af05223 100644 Binary files a/doc/manual/librejs.dvi.gz and b/doc/manual/librejs.dvi.gz differ diff --git a/doc/manual/librejs.html b/doc/manual/librejs.html index 14c0847..fe2ff73 100644 --- a/doc/manual/librejs.html +++ b/doc/manual/librejs.html @@ -785,11 +785,11 @@ Next:

    8.1 Running LibreJS from the source directory

    -

    Download Mozilla’s Add-on SDK, then do something like this in the LibreJS +

    Download jpm, then do something like this in the LibreJS directory:

    -
    cfx run -b `which icecat`
    +
    jpm run -b `which abrowser`
     
    @@ -821,7 +821,7 @@ command to data/script_libraries/script-libraries.json.
  • git archive --format=tar.gz --prefix=librejs-6.0.4 6.0.4 >librejs-6.0.4.tar.gz
  • mv librejs-6.0.4.tar.gz ~/releases/librejs-6.0.4/
  • -
  • Make xpi file: ‘cfx xpi --strip-sdk; mv librejs.xpi librejs-6.0.4.xpi’ +
  • Make xpi file: ‘jpm xpi; mv librejs.xpi librejs-6.0.4.xpi

  • diff --git a/doc/manual/librejs.html.gz b/doc/manual/librejs.html.gz index 6a7177f..89124c4 100644 Binary files a/doc/manual/librejs.html.gz and b/doc/manual/librejs.html.gz differ diff --git a/doc/manual/librejs.html_node.tar.gz b/doc/manual/librejs.html_node.tar.gz index d2eea99..4237912 100644 Binary files a/doc/manual/librejs.html_node.tar.gz and b/doc/manual/librejs.html_node.tar.gz differ diff --git a/doc/manual/librejs.info.tar.gz b/doc/manual/librejs.info.tar.gz index cc42d53..f4720b9 100644 Binary files a/doc/manual/librejs.info.tar.gz and b/doc/manual/librejs.info.tar.gz differ diff --git a/doc/manual/librejs.pdf b/doc/manual/librejs.pdf index 250acb7..1172d55 100644 Binary files a/doc/manual/librejs.pdf and b/doc/manual/librejs.pdf differ diff --git a/doc/manual/librejs.texi.tar.gz b/doc/manual/librejs.texi.tar.gz index a091cc4..7654182 100644 Binary files a/doc/manual/librejs.texi.tar.gz and b/doc/manual/librejs.texi.tar.gz differ diff --git a/doc/manual/librejs.txt b/doc/manual/librejs.txt index dcbe22a..ca68e03 100644 --- a/doc/manual/librejs.txt +++ b/doc/manual/librejs.txt @@ -558,10 +558,9 @@ web page: 8.1 Running LibreJS from the source directory ============================================= -Download Mozilla's Add-on SDK, then do something like this in the -LibreJS directory: +Download 'jpm', then do something like this in the LibreJS directory: - cfx run -b `which icecat` + jpm run -b `which abrowser` 8.2 Debugging ============= @@ -591,8 +590,7 @@ Update the version number in: * 'git archive --format=tar.gz --prefix=librejs-6.0.4 6.0.4 >librejs-6.0.4.tar.gz' * 'mv librejs-6.0.4.tar.gz ~/releases/librejs-6.0.4/' - * Make xpi file: 'cfx xpi --strip-sdk; mv librejs.xpi - librejs-6.0.4.xpi' + * Make xpi file: 'jpm xpi; mv librejs.xpi librejs-6.0.4.xpi' Appendix A Installation Requirements ************************************ diff --git a/doc/manual/librejs.txt.gz b/doc/manual/librejs.txt.gz index 8141d68..1780e5b 100644 Binary files a/doc/manual/librejs.txt.gz and b/doc/manual/librejs.txt.gz differ -- cgit v1.2.3