blob: 82d923fe8ac7fa9f253c49cf75c9f1eee6bebdbe (
plain)
1
2
3
4
5
6
7
8
|
# the locations of files that are targets of the Makefile rules
WEB = "web site main source directory"
WEB_BETA = "web site beta source directory"
CGI_BIN = "web site CGI directory"
HOME_DIR = "where sources live"
CTAN_ROOT = "position of CTAN root on archive machine"
FTPDIR = "directory for off-archive FTP distribution"
|