org: syntax-highlight the HOA outputs
* elisp/hoa-mode.el, elisp/Makefile.am, elisp/README: New files. * debian/copyright, configure.ac, README, Makefile.am: Adjust. * doc/org/init.el.in: Adjust to load hoa-mode.el. * doc/org/spot.css: Add entries for HOA mode. * doc/org/hoa.org, doc/org/ltldo.org, doc/org/oaut.org, doc/org/tut20.org, doc/org/tut21.org, doc/org/tut22.org, doc/org/tut30.org: Make the HOA outputs as HOA.
This commit is contained in:
parent
d46da963d5
commit
5aba246ff0
16 changed files with 449 additions and 132 deletions
|
|
@ -21,14 +21,14 @@
|
|||
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
if NEVER
|
||||
# For Automake a conditional directory
|
||||
# For Automake a, conditional directory
|
||||
# is conditionally built, but unconditionally distributed.
|
||||
# So using NEVER here ensures that `make all' will not
|
||||
# recurse in bench/, but `make dist' will.
|
||||
NEVER_BENCH = bench
|
||||
NEVER_SUBDIRS = bench elisp
|
||||
endif
|
||||
|
||||
SUBDIRS = buddy lib src wrap ltdl iface doc $(NEVER_BENCH)
|
||||
SUBDIRS = buddy lib src wrap ltdl iface doc $(NEVER_SUBDIRS)
|
||||
|
||||
UTF8 = utf8/doc/ReleaseNotes utf8/doc/utf8cpp.html utf8/utf8.h \
|
||||
utf8/utf8/checked.h utf8/utf8/core.h utf8/utf8/unchecked.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue