summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/hitexdir/doc/Makefile
blob: e2257dabe049e0c474506d0582a278b8e4bbdd67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $Id$
# Standalone Makefile for hitex/doc. Public domain.
# This is not run as part of the build, just a convenience used by hand
# from the Build/source/... directory.

INSTALL_DATA = cp -pf

texmf_dist = ../../../../../../Master/texmf-dist
hitex_makeindex_dir = $(texmf_dist)/makeindex/hitex/hint.ist
hitex_doc_dir = $(texmf_dist)/doc/hitex/base
#
install:
	$(INSTALL_DATA) hint.ist $(hitex_makeindex_dir)
	for f in hiformat.hnt hiformat.pdf hint.sty \
	         hitexman.hnt hitexman.pdf hitexman.tex; do \
	  $(INSTALL_DATA) $$f $(hitex_doc_dir) || exit 1; done