diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/locations.mk')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/locations.mk | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/locations.mk b/Master/texmf-dist/doc/generic/FAQ-en/locations.mk index 82d923fe8ac..49f6146e0cc 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/locations.mk +++ b/Master/texmf-dist/doc/generic/FAQ-en/locations.mk @@ -1,8 +1,17 @@ # 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" +# on web server +WEB = /anfs/www/VH-tex/faq-source +WEB_BETA = /anfs/www/VH-tex/faq-source/beta +CGI_BIN = /anfs/www/VH-tex/cgi-bin + +# on archive machine +HOME_DIR = /home/rf/tex/faq +CTAN_ROOT = /anfs/ctan/tex-archive + +# on vlan 100 host +HTMLDIREL = html +HTMLDIR = $(HOME_DIR)/$(HTMLDIREL) + +HTMLDIR_GAMMA = $(HOME_DIR)/html_gamma +GAMMADIR = $(HOME_DIR)/gamma |