Makefile refactoring.
commit616572d1e23e6bb4fb162dd8edd46c7d1c139c97
authorMichael Olson <mwolson@gnu.org>
Wed, 15 Jun 2005 22:47:05 +0000 (15 22:47 +0000)
committerMichael Olson <mwolson@gnu.org>
Wed, 15 Jun 2005 22:47:05 +0000 (15 22:47 +0000)
tree4da5bf8f39789cc7adcadb55e905ff790d2b2b99
parentda3edde7aa042b18be80e98f1f05ddea0049daa5
Makefile refactoring.

* Makefile (.PHONY): List all non-file targets.
  (examples): New rule that calls Make in the examples directory.
  (atranslit): Removed, since this isn't (yet) bundled with Muse.

* README: Move to the examples directory.  I'd prefer to distribute a
  very basic plain text README and use this as a quickstart + markup
  example + publishing example.

* examples/Makefile: Move all README-related rules here.

* examples/README: Add an "About this document" section.

* scripts/publish (style): Do not include the contrib directory, since we
  don't use any code from there.  Since this is only invoked from the
  examples directory, make sure add the parent directory to the load
  path.

* muse.texi: Change version to 3.00.90 (RC1).

* muse.el: Change location of the README file in header.

* muse.el (muse-version): Update to 3.00.90 (RC1).
git-archimport-id: mwolson@gnu.org--2005/muse--main--1.0--patch-58
ChangeLog
Makefile
examples/Makefile [new file with mode: 0644]
examples/README [moved from README with 96% similarity]
muse.el
muse.texi
scripts/publish