summaryrefslogtreecommitdiffstats
path: root/README.makefiles
diff options
context:
space:
mode:
authorNatanael Copa <natanael.copa@gmail.com>2007-07-27 07:39:33 +0000
committerNatanael Copa <natanael.copa@gmail.com>2007-07-27 07:39:33 +0000
commit275c80281ba2e84b8d810bdb1c2b7f8c9a4333d9 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /README.makefiles
parent769d0255733508aff48c6c41ccee190b48814708 (diff)
downloadacf-core-275c80281ba2e84b8d810bdb1c2b7f8c9a4333d9.tar.bz2
acf-core-275c80281ba2e84b8d810bdb1c2b7f8c9a4333d9.tar.xz
starting from scratch
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@217 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'README.makefiles')
-rw-r--r--README.makefiles27
1 files changed, 0 insertions, 27 deletions
diff --git a/README.makefiles b/README.makefiles
deleted file mode 100644
index 34c1bff..0000000
--- a/README.makefiles
+++ /dev/null
@@ -1,27 +0,0 @@
-
-The dir locations are defined in config.mk
-
-The following variables may be defined:
-APP_DIST:
-Files are installed in ${appdir}
-
-LIB_DIST:
-Files are installed in ${acflibdir}
-
-ETC_DIST:
-Files are installed in ${sysconfdir}
-
-CGI_DIST:
-Files are installed in ${cgidir}
-
-WWW_DIST:
-
-STATIC_DIST:
-
-EXTRA_DIST:
-Files are not installed, just included in the dist package
-
-Finally the Makefile should contain the following line:
-include ../acf.mk
-
-The acf.mk file contains the rules to perform the install and dist packaging.