diff options
Diffstat (limited to 'README.makefiles')
-rw-r--r-- | README.makefiles | 27 |
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. |