Make Muse installable and correct an Emacs21 issue.
commit02bd7a52642a56d7fd8f642507babfe9feae973f
authorMichael Olson <mwolson@gnu.org>
Sun, 19 Jun 2005 04:45:46 +0000 (19 04:45 +0000)
committerMichael Olson <mwolson@gnu.org>
Sun, 19 Jun 2005 04:45:46 +0000 (19 04:45 +0000)
tree89315b2247f611ab0aef079d458645ed85e0700c
parent4825333d08e7d46d3cdf9eec39443e62fab6d685
Make Muse installable and correct an Emacs21 issue.

* Makefile (.PRECIOUS): Indicate that .info and .html files in this
  directory will be generated.
  (all): Compile muse.info by default.
  (doc): Refactor into individual generation rules for .html and .info
  files.
  (install): New rule that installs Muse source code, compiled .elc
  files, and the manual into proper places.

* Makefile.defs (ELISPDIR, INFODIR): Correct minor goof-up.

* README (Insinuation): Move old content of Installation here.
  (Installation): Fill out this section.
  (Further Documentation): Add link to my website and note that a full
  manual is included with Muse.

* lisp/Makefile (EL): Populate with .el files.
  (install): New rule that installs both .elc and .el files.

* lisp/muse-texinfo.el (muse-texinfo-info-generate): If we're running
  Emacs21, hack in a handler for the @documentencoding tag so that it
  doesn't error out.
git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-67
ChangeLog
Makefile
Makefile.defs
README
lisp/Makefile
lisp/muse-texinfo.el