texlive[66879] Build/source/texk/web2c/hitexdir/tex/Makefile: HINT:
commits+mruckert at tug.org
commits+mruckert at tug.org
Tue Apr 18 15:34:24 CEST 2023
Revision: 66879
http://tug.org/svn/texlive?view=revision&revision=66879
Author: mruckert
Date: 2023-04-18 15:34:24 +0200 (Tue, 18 Apr 2023)
Log Message:
-----------
HINT: adding hhitex.def, the driver for hyperref to the Makefile
Modified Paths:
--------------
trunk/Build/source/texk/web2c/hitexdir/tex/Makefile
Modified: trunk/Build/source/texk/web2c/hitexdir/tex/Makefile
===================================================================
--- trunk/Build/source/texk/web2c/hitexdir/tex/Makefile 2023-04-18 13:27:23 UTC (rev 66878)
+++ trunk/Build/source/texk/web2c/hitexdir/tex/Makefile 2023-04-18 13:34:24 UTC (rev 66879)
@@ -10,13 +10,17 @@
#
install:
for f in hilatex.ini hiltxpage.tex hiplainpage.tex \
- hitex.ini ifhint.tex; do \
+ hitex.ini ifhint.tex hhitex.def ; do \
$(INSTALL_DATA) $$f $(hitex_tex_dir)/ || exit 1; done
cd $(hitex_tex_dir) && /bin/pwd && svn status
fmt: hitex.fmt
+
hitex.fmt: hitex.ini
hitex -ini -etex -ltx $<
+hilatex.fmt: hilatex.ini
+ hitex -ini -etex -ltx $<
+
clean:
rm -f *.fmt *.log *.aux *.hint *.hnt
More information about the tex-live-commits
mailing list.