From 66a9d53e48f14d7fe1d9f4b801a1c5582d83efa6 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 3 Dec 2010 13:17:00 +0000 Subject: Rewrite febootstrap as a general supermin appliance building tool. This complete rewrite of the building tools turns febootstrap into a general purpose, cross-distro, supermin appliance only build tool. There is now only one program 'febootstrap' which is used to build a supermin appliance from a list of packages. Normal appliances are not supported. The tools are incompatible with febootstrap 2.x (use the febootstrap-2.x branch from git to get the old package). --- helper/Makefile.am | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'helper') diff --git a/helper/Makefile.am b/helper/Makefile.am index 804fa49..fb356a4 100644 --- a/helper/Makefile.am +++ b/helper/Makefile.am @@ -63,12 +63,9 @@ febootstrap-supermin-helper.8: febootstrap-supermin-helper.pod --release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \ $< > $@ -febootstrap-supermin-helper.txt: febootstrap-supermin-helper.pod - pod2text $< > $@ - endif EXTRA_DIST = \ - febootstrap-supermin-helper.8 febootstrap-supermin-helper.txt \ - febootstrap-supermin-helper.pod \ - elf-default-arch + febootstrap-supermin-helper.8 \ + febootstrap-supermin-helper.pod \ + elf-default-arch -- cgit