diff options
author | Luigi Scarso <luigi.scarso@gmail.com> | 2019-07-08 06:07:11 +0000 |
---|---|---|
committer | Luigi Scarso <luigi.scarso@gmail.com> | 2019-07-08 06:07:11 +0000 |
commit | f93b62903a20648ab4328443b88495da81f70909 (patch) | |
tree | 6a870996cc04dca9a1ae3dbbc334b4c2a1385711 /Build/source/texk/web2c/luatexdir/luaharfbuzz/Makefile | |
parent | 54d39e16610eee4dde770b0a6b569203c79abde8 (diff) |
sync with luatex rev.7174: luatex and luahbtex and jit variants
git-svn-id: svn://tug.org/texlive/trunk@51577 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/luatexdir/luaharfbuzz/Makefile')
-rw-r--r-- | Build/source/texk/web2c/luatexdir/luaharfbuzz/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/luatexdir/luaharfbuzz/Makefile b/Build/source/texk/web2c/luatexdir/luaharfbuzz/Makefile new file mode 100644 index 00000000000..71d1fd2712e --- /dev/null +++ b/Build/source/texk/web2c/luatexdir/luaharfbuzz/Makefile @@ -0,0 +1,15 @@ +DOCS_DIR := docs + +spec: + busted . + +clean: + rm -rf build *.so + +lint: + luacheck src spec examples + +doc: + ldoc -d ${DOCS_DIR} . + +.PHONY: clean lint spec doc |