blob: 49f6146e0cca6cae21a8b343401e3800adfede1e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# the locations of files that are targets of the Makefile rules
# 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
|