1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
|
Description: Modify upstream README for clarity.
Forwarded: not-needed
Author: Nicholas D Steeves <nsteeves@gmail.com>
Reviewed-by: Sean Whitton <spwhitton@spwhitton.name>
Last-Update: 2016-11-24
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: muse-el/README
===================================================================
--- muse-el.orig/README
+++ muse-el/README
@@ -18,26 +18,34 @@ publishing styles for generating differe
Directory contents
==================
-The directory structure is as follows.
+The directory structure for src:muse-el is as follows:
etc :: Miscellaneous files like the emacs-wiki migration guide, the
list of ideas for the future, and a RelaxNG schema for Muse XML.
+ - Installed to /usr/share/doc/elpa-muse/(doc examples).
contrib :: Files that are not a part of Muse proper, but are useful
enough to be bundled with Muse.
+ - Installed to /usr/share/doc/elpa-muse/contrib.
examples :: Example configuration files for use with Muse, a
publishable quickstart guide, and miscellaneous helper stuff.
+ - Installed to /usr/share/doc/elpa-muse/examples.
experimental :: Source code that is not yet considered stable.
+ - Installed to /usr/share/emacs24/site-lisp/elpa/muse-3.20, but
+ still very much experimental.
lisp :: Muse source code.
+ - Installed to /usr/share/emacs24/site-lisp/elpa/muse-3.20.
scripts :: Scripts that are used when compiling Muse and publishing
the QuickStart document; they might prove useful if you want to
automate the building of Muse documents.
+ - Installed to /usr/share/doc/elpa-muse/examples.
texi :: The manual (muse.texi) and any supplemental sections.
+ - Not installed in Debian, because they are non-DFSG.
Getting started
===============
|