summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/mflua/scan_direction.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-12 20:56:58 +0000
committerKarl Berry <karl@freefriends.org>2016-04-12 20:56:58 +0000
commitab7f9c593cdeb36718200405bf73798e298e6302 (patch)
tree7cdc9b563a0de35dcb079f77919a8f2b2e432cb2 /Master/texmf-dist/scripts/mflua/scan_direction.lua
parentb1eb290286cd05f877d670745f5737129e185c64 (diff)
mflua support files, .base creation (disabled until stable)
git-svn-id: svn://tug.org/texlive/trunk@40475 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/mflua/scan_direction.lua')
-rw-r--r--Master/texmf-dist/scripts/mflua/scan_direction.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/mflua/scan_direction.lua b/Master/texmf-dist/scripts/mflua/scan_direction.lua
new file mode 100644
index 00000000000..6c896677f6c
--- /dev/null
+++ b/Master/texmf-dist/scripts/mflua/scan_direction.lua
@@ -0,0 +1,2 @@
+function PRE_make_choices(p) return 0 end
+function POST_make_choices(p) return 0 end \ No newline at end of file