Scatter the useful files into subdirectories by theme.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 9 Aug 2020 10:39:55 +0000 (11:39 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 9 Aug 2020 10:46:17 +0000 (11:46 +0100)
commitd5a0ffdf2a2350fc76dfd65b1ef627e65932215f
tree250d1148bd87c16d504c9659b78032761755b06d
parent7ca2e4c45a732314c3790f844da1f69dcc86175b
Scatter the useful files into subdirectories by theme.

This is maybe a little random, but better ideas seem thin on the ground.

  * `build/' is for build tools: scripts and build-tool fragments which
    are handy for building projects.

  * `doc/' is for documentation, and things which help with producing
    documentation, such as styles.

  * `licence/' contains licence documents.

  * `m4/' will be for Autoconf machinery, but it's not there yet:
    splitting up `aclocal.glob' will be a job for another commit.

  * `src/' contains source code which is shared among many projects.

This commit just moves the files about.  Some of the scripts have had
their `.in' suffix stripped because they should no longer be hacked by
Autoconf or anything similar, but none of the content is modified.
35 files changed:
build/auto-version [moved from auto-version.in with 100% similarity]
build/autotest.am [moved from autotest.am with 100% similarity]
build/confsubst [moved from confsubst.in with 100% similarity]
build/maninst [moved from maninst with 100% similarity]
build/mdwsetup.py [moved from mdwsetup.py with 100% similarity]
build/pysetup.mk [moved from pysetup.mk with 100% similarity]
build/testsuite.at [moved from testsuite.at with 100% similarity]
doc/INSTALL [moved from INSTALL with 100% similarity]
doc/texinice.tex [moved from texinice.tex with 100% similarity]
licence/AGPL-3 [moved from AGPL-3 with 100% similarity]
licence/GPL-1 [moved from GPL-1 with 100% similarity]
licence/GPL-2 [moved from GPL-2 with 100% similarity]
licence/GPL-3 [moved from GPL-3 with 100% similarity]
licence/LGPL-2 [moved from LGPL-2 with 100% similarity]
licence/LGPL-2.1 [moved from LGPL-2.1 with 100% similarity]
licence/LGPL-3 [moved from LGPL-3 with 100% similarity]
licence/agpl-3.0.tex [moved from agpl-3.0.tex with 100% similarity]
licence/agpl-3.0.texi [moved from agpl-3.0.texi with 100% similarity]
licence/gpl-2.0.tex [moved from gpl-2.0.tex with 100% similarity]
licence/gpl-2.0.texi [moved from gpl-2.0.texi with 100% similarity]
licence/gpl-3.0.tex [moved from gpl-3.0.tex with 100% similarity]
licence/gpl-3.0.texi [moved from gpl-3.0.texi with 100% similarity]
licence/gpl.texi [moved from gpl.texi with 100% similarity]
licence/latex-licence-test.tex [moved from latex-licence-test.tex with 100% similarity]
licence/lgpl-2.0.tex [moved from lgpl-2.0.tex with 100% similarity]
licence/lgpl-2.0.texi [moved from lgpl-2.0.texi with 100% similarity]
licence/lgpl-2.1.tex [moved from lgpl-2.1.tex with 100% similarity]
licence/lgpl-2.1.texi [moved from lgpl-2.1.texi with 100% similarity]
licence/lgpl-3.0.tex [moved from lgpl-3.0.tex with 100% similarity]
licence/lgpl-3.0.texi [moved from lgpl-3.0.texi with 100% similarity]
licence/texinfo-licence-test.texi [moved from texinfo-licence-test.texi with 100% similarity]
src/getdate.h [moved from getdate.h with 100% similarity]
src/getdate.y [moved from getdate.y with 100% similarity]
src/mdwopt.c [moved from mdwopt.c with 100% similarity]
src/mdwopt.h [moved from mdwopt.h with 100% similarity]