From 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Thu, 14 Aug 2025 22:58:58 -0500 Subject: removing all downloaded devdocs files --- devdocs/elisp/packaging.html | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 devdocs/elisp/packaging.html (limited to 'devdocs/elisp/packaging.html') diff --git a/devdocs/elisp/packaging.html b/devdocs/elisp/packaging.html deleted file mode 100644 index 8e084e6e..00000000 --- a/devdocs/elisp/packaging.html +++ /dev/null @@ -1,31 +0,0 @@ -

Preparing Lisp code for distribution

Emacs provides a standard way to distribute Emacs Lisp code to users. A package is a collection of one or more files, formatted and bundled in such a way that users can easily download, install, uninstall, and upgrade it.

The following sections describe how to create a package, and how to put it in a package archive for others to download. See Packages in The GNU Emacs Manual, for a description of user-level features of the packaging system.

These sections are mostly directed towards package archive maintainers—much of this information is not relevant for package authors (i.e., people who write code that will be distributed via these archives).

- - - - - - - - - - - - - - - - - - - -
-

- Copyright © 1990-1996, 1998-2022 Free Software Foundation, Inc.
Licensed under the GNU GPL license.
- https://www.gnu.org/software/emacs/manual/html_node/elisp/Packaging.html -

-
-- cgit v1.2.3