Rename source directory and files.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 31 Oct 2016 12:01:40 +0000 (12:01 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 29 Nov 2022 08:13:39 +0000 (08:13 +0000)
commit649fc52c6728bb8b1788a5ae74d4002781a88fce
tree11e4d31790f3320455f153996043666f6377bd26
parentda33ffc24105a414fba9c3e1b95d33efae7af9ad
Rename source directory and files.

This renames the source directory from virt-top to src/ and removes
the unnecessary virt_top_* prefix from many source files.

This is entirely refactoring and makes no functional change.

Also this fixes the MANIFEST file and removes old Transifex
configuration, fixing commit defe5bdd4a32e0206a786d279e0f9cfc238e5e17.
22 files changed:
.gitignore
.tx/config [deleted file]
ChangeLog
MANIFEST
Makefile.in
README
configure.ac
src/.depend [new file with mode: 0644]
src/Makefile.in [moved from virt-top/Makefile.in with 91% similarity]
src/README [moved from virt-top/README with 77% similarity]
src/main.ml [moved from virt-top/virt_top_main.ml with 98% similarity]
src/opt_calendar1.ml [moved from virt-top/virt_top_calendar1.ml with 97% similarity]
src/opt_calendar2.ml [moved from virt-top/virt_top_calendar2.ml with 97% similarity]
src/opt_csv.ml [moved from virt-top/virt_top_csv.ml with 94% similarity]
src/opt_xml.ml [moved from virt-top/virt_top_xml.ml with 97% similarity]
src/top.ml [moved from virt-top/virt_top.ml with 99% similarity]
src/top.mli [moved from virt-top/virt_top.mli with 100% similarity]
src/utils.ml [moved from virt-top/virt_top_utils.ml with 99% similarity]
src/utils.mli [moved from virt-top/virt_top_utils.mli with 100% similarity]
src/version.ml.in [moved from virt-top/virt_top_version.ml.in with 100% similarity]
src/virt-top.pod [moved from virt-top/virt-top.pod with 100% similarity]
virt-top/.depend [deleted file]