~ctwm/ctwm/trunk

  • Committer: Matthew Fuller
  • Date: 2024-01-14 00:08:17 UTC
  • mfrom: (712.1.4 dev)
  • Revision ID: fullermd@over-yonder.net-20240114000817-bbhni6weyulcmqun
Rewrite README and CHANGES into asciidoc.

Previously these were in multimarkdown.  While we went straight to
asciidoc for the manual, these files require much less careful
formatting, so markdown seemed more appropriate.  However, they still
wanted things like definition lists and some other minor stuff that plain
markdown doesn't pull off so well, so the multimarkdown dialect was
chosen.

However, mmd has proven a little fragile over the years.  And the
markdown world is so wildly fragmented, and everyone looks at a .md file
and says "Oh, that must be processable by my own particular incompatible
local dialect", which means anywhere other than our Makefile trying to
render the files wound up squirrely anyway.

The README is pretty trivially and cleanly asciidoc-able.  CHANGES is
somewhat less so.  We wind up with a lot more noise in it from the
heavier markup of asciidoc, so it doesn't read quite as well as plain
text anymore.  It's probably not too hard to simplify it down to the
common subset of markdown.  But that would leave it as the _only_ bit of
processed markdown in the tree anymore, so I went ahead and adoc-ified it
just to be more consistent.  So now all our built docs are asciidoc.

    (n.b. there are a few README.md's in other places through the tree
    that aren't touched, but they're very much ".txt that happens to look
    md-ish and may process as that", so what the heck.  We have no code
    for or intention of actually building them into any output formats.)
Filename Latest Rev Last Changed Committer Comment Size
..
basic_vars.cmake 702.1.7 2 years ago Matthew Fuller Conditionalize building session.c, and guard sessi 1.6 KB Diff Download File
build_options.cmake 702.1.7 2 years ago Matthew Fuller Conditionalize building session.c, and guard sessi 5.4 KB Diff Download File
check_funcs_etc.cmake 685 3 years ago Matthew Fuller Redo figuring feature test macros to be more gener 1.9 KB Diff Download File
compiler_feature_checks.cmake 685.1.7 3 years ago Matthew Fuller cmake 3.3 added this condition to if()'s support, 4.8 KB Diff Download File
cpack_setup.cmake 466.1.11 9 years ago Matthew Fuller Now that we've built the version in cmake, set it 593 bytes Diff Download File
ctags.cmake 617 6 years ago Matthew Fuller Add build infra to find and give a target to run c 298 bytes Diff Download File
do_install.cmake 686.1.1 2 years ago Matthew Fuller Remove a testing line that accidentally snuck into 975 bytes Diff Download File
doxygen.cmake 600.1.33 7 years ago Matthew Fuller Add some targets to clean up doxygen's output. 1.4 KB Diff Download File
dtrace_support.cmake 628 6 years ago Matthew Fuller Reworking the building a little so main() becomes 2 KB Diff Download File
find_asciidoc_bits.cmake 493.1.17 9 years ago Matthew Fuller Add more to the comment about possible future work 11.7 KB Diff Download File
gen_source_files.cmake 681 4 years ago Matthew Fuller Update build and dev scripts to brz-ify. mk_tar.s 6 KB Diff Download File
handle_manual.cmake 685.1.10 3 years ago Matthew Fuller We're requiring >3.1 now, so this policy is enable 10 KB Diff Download File
install_paths.cmake 431.1.33 9 years ago Matthew Fuller PIXMAP_DIRECTORY is in fact used whether or not XP 1.3 KB Diff Download File
mktar_support.cmake 582.1.4 8 years ago Matthew Fuller Expand comment a little. 857 bytes Diff Download File
setup_lex.cmake 605.1.4 7 years ago Matthew Fuller Minor whitespace/comment/message tweaks in the fle 1.1 KB Diff Download File
setup_yacc.cmake 688 3 years ago Matthew Fuller Go ahead and use a proper list joining technique o 2.4 KB Diff Download File
show_build_info.cmake 466.1.12 9 years ago Matthew Fuller Spit out the version info at the end of the config 490 bytes Diff Download File
vcs_checks.cmake 681 4 years ago Matthew Fuller Update build and dev scripts to brz-ify. mk_tar.s 1.3 KB Diff Download File