From 9f1fde7139cb5054a3468984624bbe3d04a5b0eb Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 27 Jul 2007 07:36:59 +0000 Subject: new style of acf modules git-svn-id: svn://svn.alpinelinux.org/acf/alpine-baselayout/trunk@216 ab2d0c66-481e-0410-8bed-d214d4d58bed --- README | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..7050ef2 --- /dev/null +++ b/README @@ -0,0 +1,22 @@ +acf-alpine-baselayout is an application for the ACF framework. + + +HOWTO INSTALL +------------ +Edit paths in config.mk + +As root, run: + + make install [DESTDIR=] + + +HOWTO MODIFY +------------ +If you modify source and want to create a new source package, you will need +to verify that all files that should be included are listed in Makefile and +that no files that should not be included are not listed there. + +To make a new ditribution package run: + + make dist + -- cgit v1.2.3