diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/archive-version/locations.mk')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/archive-version/locations.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/archive-version/locations.mk b/Master/texmf-dist/doc/generic/FAQ-en/archive-version/locations.mk new file mode 100644 index 00000000000..49f6146e0cc --- /dev/null +++ b/Master/texmf-dist/doc/generic/FAQ-en/archive-version/locations.mk @@ -0,0 +1,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 |