emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/sqlite3 0cb2e25155 22/62: doc updated


From: ELPA Syncer
Subject: [nongnu] elpa/sqlite3 0cb2e25155 22/62: doc updated
Date: Tue, 14 Mar 2023 11:01:46 -0400 (EDT)

branch: elpa/sqlite3
commit 0cb2e25155820702e0df8f2e161e0e1420ebc489
Author: Y. N. Lo <gordonynlo@yahoo.com>
Commit: Y. N. Lo <gordonynlo@yahoo.com>

    doc updated
---
 Makefile     | 4 +---
 README-in.md | 7 +++----
 README.md    | 9 +++------
 3 files changed, 7 insertions(+), 13 deletions(-)

diff --git a/Makefile b/Makefile
index 1c75e36899..5882d6bafe 100644
--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ MODULE_TAR=$(MODULE_BASENAME).tar
 all: consts.c $(MODULE).so 
 
 clean:
-       rm -rf *.so *.o *.tar consts.c install.el
+       rm -rf *.so *.o *.tar consts.c $(MODULE_BASENAME)
 
 # File "MODULE" is read by (sqlite3-api-install-dynamic-module)
 # during installation
@@ -26,9 +26,7 @@ module: consts.c $(MODULE).so
        cp $(MODULE).so $(MODULE_BASENAME)
        echo "(define-package \"$(MODULE)\" \"$(MODULE_VERSION)\" \"SQLite3 API 
dynamic module\")" > $(MODULE_PKG_EL)
        tar cvf $(MODULE_TAR) $(MODULE_BASENAME)
-       echo "(package-install-file \"$(MODULE_TAR)\")" > install.el
 
-#
 install: module
        emacsclient -e '(package-install-file "$(MODULE_TAR)")'
 
diff --git a/README-in.md b/README-in.md
index 663f0b9c00..fcca28c6ca 100644
--- a/README-in.md
+++ b/README-in.md
@@ -30,19 +30,18 @@ This is an alpha release so it might crash your Emacs. Save 
your work before you
 <<TOC>>
 ## Requirements
 - Emacs 25.1 or above, compiled with module support (`./configure 
--with-modules`)
-- SQLite3 v3.16.0 or above
+- SQLite3 v3.16.0 or above. Older versions might work but I have not 
personally tested those.
 - A C99 compiler
 
 It's been tested on macOS (Sierra) and CentOS 7.
 ## Installation
-### Manual
 ~~~sh
 $ git co https://github.com/pekingduck/emacs-sqlite3-api
 $ cd emacs-sqlite3-api
 $ make
 $ cp sqlite3-api.so /your/elisp/load-path/
 ~~~
-### ELPA
+<!--
 ~~~sh
 $ git co https://github.com/pekingduck/emacs-sqlite3-api
 $ cd emacs-sqlite3-api
@@ -50,7 +49,7 @@ $ make module
 ~~~
 A tar archive called `sqlite3-api-X.Y.tar` will be created. Do a `M-x 
package-install-file` in Emacs to install that tar archive and 
 you'll all set.
-
+-->
 Currently there's no way to reload a dynamic module in Emacs
 (`unload-feature` doesn't seem to work for dynamic module.)
 If you are updating from an older version, you'll need to restart Emacs
diff --git a/README.md b/README.md
index ad979ee11b..8e767c64f1 100644
--- a/README.md
+++ b/README.md
@@ -30,8 +30,6 @@ This is an alpha release so it might crash your Emacs. Save 
your work before you
 ## Table of Contents
 * [Requirements](#1)
 * [Installation](#2)
-    * [Manual](#2-1)
-    * [ELPA](#2-2)
 * [API](#3)
     * [sqlite3-open](#3-1)
     * [sqlite3-close](#3-2)
@@ -57,19 +55,18 @@ This is an alpha release so it might crash your Emacs. Save 
your work before you
 
 ## <a name="1"/> Requirements
 - Emacs 25.1 or above, compiled with module support (`./configure 
--with-modules`)
-- SQLite3 v3.16.0 or above
+- SQLite3 v3.16.0 or above. Older versions might work but I have not 
personally tested those.
 - A C99 compiler
 
 It's been tested on macOS (Sierra) and CentOS 7.
 ## <a name="2"/> Installation
-### <a name="2-1"/> Manual
 ~~~sh
 $ git co https://github.com/pekingduck/emacs-sqlite3-api
 $ cd emacs-sqlite3-api
 $ make
 $ cp sqlite3-api.so /your/elisp/load-path/
 ~~~
-### <A NAME="2-2"/> ELPA
+<!--
 ~~~sh
 $ git co https://github.com/pekingduck/emacs-sqlite3-api
 $ cd emacs-sqlite3-api
@@ -77,7 +74,7 @@ $ make module
 ~~~
 A tar archive called `sqlite3-api-X.Y.tar` will be created. Do a `M-x 
package-install-file` in Emacs to install that tar archive and 
 you'll all set.
-
+-->
 Currently there's no way to reload a dynamic module in Emacs
 (`unload-feature` doesn't seem to work for dynamic module.)
 If you are updating from an older version, you'll need to restart Emacs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]