Move febootstrap into src/ subdirectory.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 1 Sep 2011 13:08:50 +0000 (14:08 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 1 Sep 2011 13:08:50 +0000 (14:08 +0100)
commit1d6f1a9cb0fb1be8467d8e2c0fbda1b7eca70c66
treec577f7c216ea748a5456b4192d269bf35342939a
parentdad47f9be6822834c397f66a06f73a69f8efc996
Move febootstrap into src/ subdirectory.

Now we have src/ for febootstrap and helper/ for
febootstrap-supermin-helper.
17 files changed:
.gitignore
Makefile.am
configure.ac
src/.depend [moved from .depend with 100% similarity]
src/Makefile.am [new file with mode: 0644]
src/config.ml.in [moved from config.ml.in with 100% similarity]
src/febootstrap.ml [moved from febootstrap.ml with 100% similarity]
src/febootstrap.pod [moved from febootstrap.pod with 100% similarity]
src/febootstrap_cmdline.ml [moved from febootstrap_cmdline.ml with 100% similarity]
src/febootstrap_cmdline.mli [moved from febootstrap_cmdline.mli with 100% similarity]
src/febootstrap_debian.ml [moved from febootstrap_debian.ml with 100% similarity]
src/febootstrap_package_handlers.ml [moved from febootstrap_package_handlers.ml with 100% similarity]
src/febootstrap_package_handlers.mli [moved from febootstrap_package_handlers.mli with 100% similarity]
src/febootstrap_pacman.ml [moved from febootstrap_pacman.ml with 100% similarity]
src/febootstrap_utils.ml [moved from febootstrap_utils.ml with 100% similarity]
src/febootstrap_utils.mli [moved from febootstrap_utils.mli with 100% similarity]
src/febootstrap_yum_rpm.ml [moved from febootstrap_yum_rpm.ml with 100% similarity]