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>
Mon, 31 Oct 2016 12:25:19 +0000 (12:25 +0000)
commitb7c3ef13cbd9c9cd49005a32ffb70faf6f5bbe8c
tree2782ffab923cbd1927f4ea85870d6ebca3854b9c
parent4a2d0ccd91f07d0a2009e8553a29fcf4cf752ba3
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]