aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNik Nyby <nikolas@gnu.org>2015-10-24 12:29:29 -0400
committerNik Nyby <nikolas@gnu.org>2015-10-24 12:30:01 -0400
commit24bbef9306984816dbc3b915a0ec2a6bae38055a (patch)
tree80e203129137a5600700ad08a8b8df18a2015fbf
parentaf0fdf2afd5b42a041d97f33170d17d6f18253af (diff)
downloadlibrejsxul-24bbef9306984816dbc3b915a0ec2a6bae38055a.tar.lz
librejsxul-24bbef9306984816dbc3b915a0ec2a6bae38055a.tar.xz
librejsxul-24bbef9306984816dbc3b915a0ec2a6bae38055a.zip
update docs to refer to jpm instead of cfx
-rw-r--r--README6
-rw-r--r--doc/librejs.info16
-rw-r--r--doc/librejs.texi6
-rw-r--r--doc/manual/html_node/LibreJS-Development-Notes.html6
-rw-r--r--doc/manual/index.html2
-rw-r--r--doc/manual/librejs.dvi.gzbin32103 -> 32086 bytes
-rw-r--r--doc/manual/librejs.html6
-rw-r--r--doc/manual/librejs.html.gzbin21250 -> 21234 bytes
-rw-r--r--doc/manual/librejs.html_node.tar.gzbin23250 -> 23231 bytes
-rw-r--r--doc/manual/librejs.info.tar.gzbin18979 -> 18959 bytes
-rw-r--r--doc/manual/librejs.pdfbin206232 -> 206216 bytes
-rw-r--r--doc/manual/librejs.texi.tar.gzbin18692 -> 18679 bytes
-rw-r--r--doc/manual/librejs.txt8
-rw-r--r--doc/manual/librejs.txt.gzbin17966 -> 17944 bytes
14 files changed, 23 insertions, 27 deletions
diff --git a/README b/README
index 47345c7..da396f6 100644
--- a/README
+++ b/README
@@ -6,10 +6,10 @@ pages containing code that is either trivial and/or free.
Notes on working with the code
-------------------------------
## Running the addon ##
-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`
## Debugging ##
Uncomment lines 22 and 23 in lib/main.js to enable printing of
@@ -29,4 +29,4 @@ console.debug() statements.
* Export a tarball:
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/librejs.info b/doc/librejs.info
index ae23807..a2212ff 100644
--- a/doc/librejs.info
+++ b/doc/librejs.info
@@ -591,10 +591,9 @@ File: librejs.info, Node: LibreJS Development Notes, Next: Installation Requir
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
=============
@@ -624,8 +623,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'

File: librejs.info, Node: Installation Requirements, Next: LibreJS Internals, Prev: LibreJS Development Notes, Up: Top
@@ -1276,9 +1274,9 @@ Node: JavaScript Detection7431
Node: Free Licenses Detection10839
Node: Setting Your JavaScript Free17257
Node: LibreJS Development Notes24091
-Node: Installation Requirements25463
-Node: LibreJS Internals27070
-Node: Tests28233
-Node: GNU Free Documentation License32740
+Node: Installation Requirements25433
+Node: LibreJS Internals27040
+Node: Tests28203
+Node: GNU Free Documentation License32710

End Tag Table
diff --git a/doc/librejs.texi b/doc/librejs.texi
index 98c2d62..a951013 100644
--- a/doc/librejs.texi
+++ b/doc/librejs.texi
@@ -721,11 +721,11 @@ page: @url{https://www.gnu.org/software/librejs/free-your-javascript.html}
@chapter LibreJS Development Notes
@section Running LibreJS from the source directory
-Download Mozilla's Add-on SDK, then do something like this in the LibreJS
+Download @command{jpm}, then do something like this in the LibreJS
directory:
@example
-cfx run -b `which icecat`
+jpm run -b `which abrowser`
@end example
@section Debugging
@@ -764,7 +764,7 @@ Export a tarball:
@samp{mv librejs-6.0.4.tar.gz ~/releases/librejs-6.0.4/}
@end itemize
@item
-Make xpi file: @samp{cfx xpi --strip-sdk; mv librejs.xpi librejs-6.0.4.xpi}
+Make xpi file: @samp{jpm xpi; mv librejs.xpi librejs-6.0.4.xpi}
@end itemize
@node Installation Requirements
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: <a href="Installation-Requirements.html#Installation-Requirements" accessk
<a name="Running-LibreJS-from-the-source-directory"></a>
<h3 class="section">8.1 Running LibreJS from the source directory</h3>
-<p>Download Mozilla&rsquo;s Add-on SDK, then do something like this in the LibreJS
+<p>Download <code>jpm</code>, then do something like this in the LibreJS
directory:
</p>
<div class="example">
-<pre class="example">cfx run -b `which icecat`
+<pre class="example">jpm run -b `which abrowser`
</pre></div>
<a name="Debugging"></a>
@@ -107,7 +107,7 @@ command to <samp>data/script_libraries/script-libraries.json</samp>.
<li> &lsquo;<samp>git archive --format=tar.gz --prefix=librejs-6.0.4 6.0.4 &gt;librejs-6.0.4.tar.gz</samp>&rsquo;
</li><li> &lsquo;<samp>mv librejs-6.0.4.tar.gz ~/releases/librejs-6.0.4/</samp>&rsquo;
</li></ul>
-</li><li> Make xpi file: &lsquo;<samp>cfx xpi --strip-sdk; mv librejs.xpi librejs-6.0.4.xpi</samp>&rsquo;
+</li><li> Make xpi file: &lsquo;<samp>jpm xpi; mv librejs.xpi librejs-6.0.4.xpi</samp>&rsquo;
</li></ul>
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 @@
<h2>GNU LibreJS Manual</h2>
<address>Free Software Foundation</address>
-<address>last updated October 23, 2015</address>
+<address>last updated October 24, 2015</address>
<p>This manual (librejs) is available in the following formats:</p>
diff --git a/doc/manual/librejs.dvi.gz b/doc/manual/librejs.dvi.gz
index cf1dba2..af05223 100644
--- a/doc/manual/librejs.dvi.gz
+++ b/doc/manual/librejs.dvi.gz
Binary files 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: <a href="#Installation-Requirements" accesskey="n" rel="next">Installation
<a name="Running-LibreJS-from-the-source-directory"></a>
<h3 class="section">8.1 Running LibreJS from the source directory</h3>
-<p>Download Mozilla&rsquo;s Add-on SDK, then do something like this in the LibreJS
+<p>Download <code>jpm</code>, then do something like this in the LibreJS
directory:
</p>
<div class="example">
-<pre class="example">cfx run -b `which icecat`
+<pre class="example">jpm run -b `which abrowser`
</pre></div>
<a name="Debugging"></a>
@@ -821,7 +821,7 @@ command to <samp>data/script_libraries/script-libraries.json</samp>.
<li> &lsquo;<samp>git archive --format=tar.gz --prefix=librejs-6.0.4 6.0.4 &gt;librejs-6.0.4.tar.gz</samp>&rsquo;
</li><li> &lsquo;<samp>mv librejs-6.0.4.tar.gz ~/releases/librejs-6.0.4/</samp>&rsquo;
</li></ul>
-</li><li> Make xpi file: &lsquo;<samp>cfx xpi --strip-sdk; mv librejs.xpi librejs-6.0.4.xpi</samp>&rsquo;
+</li><li> Make xpi file: &lsquo;<samp>jpm xpi; mv librejs.xpi librejs-6.0.4.xpi</samp>&rsquo;
</li></ul>
<hr>
diff --git a/doc/manual/librejs.html.gz b/doc/manual/librejs.html.gz
index 6a7177f..89124c4 100644
--- a/doc/manual/librejs.html.gz
+++ b/doc/manual/librejs.html.gz
Binary files differ
diff --git a/doc/manual/librejs.html_node.tar.gz b/doc/manual/librejs.html_node.tar.gz
index d2eea99..4237912 100644
--- a/doc/manual/librejs.html_node.tar.gz
+++ b/doc/manual/librejs.html_node.tar.gz
Binary files differ
diff --git a/doc/manual/librejs.info.tar.gz b/doc/manual/librejs.info.tar.gz
index cc42d53..f4720b9 100644
--- a/doc/manual/librejs.info.tar.gz
+++ b/doc/manual/librejs.info.tar.gz
Binary files differ
diff --git a/doc/manual/librejs.pdf b/doc/manual/librejs.pdf
index 250acb7..1172d55 100644
--- a/doc/manual/librejs.pdf
+++ b/doc/manual/librejs.pdf
Binary files differ
diff --git a/doc/manual/librejs.texi.tar.gz b/doc/manual/librejs.texi.tar.gz
index a091cc4..7654182 100644
--- a/doc/manual/librejs.texi.tar.gz
+++ b/doc/manual/librejs.texi.tar.gz
Binary files 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
--- a/doc/manual/librejs.txt.gz
+++ b/doc/manual/librejs.txt.gz
Binary files differ