File: mktexdir.opt

package info (click to toggle)
dvipsk-ja 5.95a%2Bjp1.7a-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,976 kB
  • ctags: 3,113
  • sloc: ansic: 28,084; sh: 10,210; makefile: 565; perl: 365; csh: 47; awk: 35
file content (10 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
# mktexdir.opt to determine various manipulations of the filenames.
# Sourced from mktexdir.
# 
# te@dbs.uni-hannover.de and kb@mail.tug.org. Public domain.
# $Id: mktexdir.opt,v 1.4 2002/10/22 18:33:54 olaf Exp $

# Set append-only bit on created directories.
case "$MT_FEATURES" in
  *appendonlydir*) MT_APPEND_MASK=+t;;
esac