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)
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]

similarity index 100%
rename from auto-version.in
rename to build/auto-version
similarity index 100%
rename from autotest.am
rename to build/autotest.am
similarity index 100%
rename from confsubst.in
rename to build/confsubst
similarity index 100%
rename from maninst
rename to build/maninst
similarity index 100%
rename from mdwsetup.py
rename to build/mdwsetup.py
similarity index 100%
rename from pysetup.mk
rename to build/pysetup.mk
similarity index 100%
rename from testsuite.at
rename to build/testsuite.at
similarity index 100%
rename from INSTALL
rename to doc/INSTALL
similarity index 100%
rename from texinice.tex
rename to doc/texinice.tex
similarity index 100%
rename from AGPL-3
rename to licence/AGPL-3
similarity index 100%
rename from GPL-1
rename to licence/GPL-1
similarity index 100%
rename from GPL-2
rename to licence/GPL-2
similarity index 100%
rename from GPL-3
rename to licence/GPL-3
similarity index 100%
rename from LGPL-2
rename to licence/LGPL-2
similarity index 100%
rename from LGPL-2.1
rename to licence/LGPL-2.1
similarity index 100%
rename from LGPL-3
rename to licence/LGPL-3
similarity index 100%
rename from agpl-3.0.tex
rename to licence/agpl-3.0.tex
similarity index 100%
rename from agpl-3.0.texi
rename to licence/agpl-3.0.texi
similarity index 100%
rename from gpl-2.0.tex
rename to licence/gpl-2.0.tex
similarity index 100%
rename from gpl-2.0.texi
rename to licence/gpl-2.0.texi
similarity index 100%
rename from gpl-3.0.tex
rename to licence/gpl-3.0.tex
similarity index 100%
rename from gpl-3.0.texi
rename to licence/gpl-3.0.texi
similarity index 100%
rename from gpl.texi
rename to licence/gpl.texi
similarity index 100%
rename from lgpl-2.0.tex
rename to licence/lgpl-2.0.tex
similarity index 100%
rename from lgpl-2.0.texi
rename to licence/lgpl-2.0.texi
similarity index 100%
rename from lgpl-2.1.tex
rename to licence/lgpl-2.1.tex
similarity index 100%
rename from lgpl-2.1.texi
rename to licence/lgpl-2.1.texi
similarity index 100%
rename from lgpl-3.0.tex
rename to licence/lgpl-3.0.tex
similarity index 100%
rename from lgpl-3.0.texi
rename to licence/lgpl-3.0.texi
similarity index 100%
rename from getdate.h
rename to src/getdate.h
similarity index 100%
rename from getdate.y
rename to src/getdate.y
similarity index 100%
rename from mdwopt.c
rename to src/mdwopt.c
similarity index 100%
rename from mdwopt.h
rename to src/mdwopt.h