summaryrefslogtreecommitdiff
path: root/support/TeX4ht/doc/Makefile
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-05-12 03:01:15 +0000
committerNorbert Preining <norbert@preining.info>2021-05-12 03:01:15 +0000
commitbcdf6c829c6761de02484473ebe43fa3760adcaa (patch)
treede384ae80a1a9e34f900739a9478f92a0660a9ef /support/TeX4ht/doc/Makefile
parent4a8a25f4c6acac624cf323115db94d934b19d6b1 (diff)
CTAN sync 202105120301
Diffstat (limited to 'support/TeX4ht/doc/Makefile')
-rw-r--r--support/TeX4ht/doc/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/support/TeX4ht/doc/Makefile b/support/TeX4ht/doc/Makefile
new file mode 100644
index 0000000000..889205d1c4
--- /dev/null
+++ b/support/TeX4ht/doc/Makefile
@@ -0,0 +1,35 @@
+# $Id: Makefile 786 2020-08-24 17:18:49Z karl $
+# Makefile for original tex4ht ("mn") documentation. Public domain.
+
+# karl's environment to get latest released files ...
+tldev_cmd := $(shell $(path) which tldev 2>/dev/null)
+ifdef tldev_cmd
+ dev = tldev
+else
+ dev =
+endif
+
+tex = $(dev) etex -interaction=nonstopmode -file-line-error
+bld: clean
+# chmod -R a+rwX . # as received from OSU
+ $(tex) mn && $(tex) mn && $(tex) mn
+ $(dev) tex4ht mn </dev/null
+ $(dev) t4ht mn </dev/null # needs mk4ht.4ht, symlink in svn
+ rm -f *.zip # nothing to do with .zip
+# A tremendous number of unnecessary and failing commands are run,
+# but the output seems more or less ok.
+
+inst_dir = /r/tug/home/texlive/karl/Master/texmf-dist/doc/generic/tex4ht
+# look for "Only in /..." for files in TL now that should be removed.
+dif:
+ diff -u0 $(inst_dir) . | grep -v '<small>Generated '
+
+# have to add new files by hand.
+install:
+ cp -p `(cd $(inst_dir) && \ls)` $(inst_dir)
+ svn status $(inst_dir)
+
+clean:
+ rm -f *.4ct *.4tc *.aux *.css *.dvi *.idv *.lg *.log *.tmp *.trc *.xref
+ rm -f *.4es *.bat *.unix *.htf *.png *.fls tmp
+ rm -f m*.html bugfixes.html # not index.html