diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/Makefile b/Master/texmf-dist/doc/generic/FAQ-en/Makefile index c261a5f276a..717708568a3 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/Makefile +++ b/Master/texmf-dist/doc/generic/FAQ-en/Makefile @@ -29,7 +29,8 @@ CTAN_HOME = help/uk-tex-faq #h web install files required for web access #h (must be run on the machine that hosts #h the CGI script) -#h web-beta ditto, except beta distribution +#h web-index web access files, just (dir|file)ctan +#h web-beta as web, except beta distribution #h #h inst-perl install texfaq2html and sanitize.pl #h in the cgi-bin directory @@ -149,6 +150,8 @@ faqbody.tex: $(SUBDOCS) gather-faqbody.tex web: $(WEB)/dirctan.tex $(WEB)/filectan.tex $(WEB)/faqbody.tex $(WEB)/newfaq.aux $(WEB)/archive.list +web-index: $(WEB)/dirctan.tex $(WEB)/filectan.tex + $(WEB)/dirctan.tex: dirctan.tex $(WEB)/filectan.tex: filectan.tex $(WEB)/faqbody.tex: faqbody.tex @@ -212,7 +215,7 @@ html-tar: html html-gamma: $(HTMLDIR_GAMMA)/index.html -$(HTMLDIR_GAMMA)/index.html: $(BODY) newfaq.aux +$(HTMLDIR_GAMMA)/index.html: $(BODY) newfaq.aux faqbody.tex ./texfaq2file -2 -w cp -p $(HTMLDIR_GAMMA)/* $(GAMMADIR)/ |