File: Makefile.am

package info (click to toggle)
texlive-bin 2024.20240313.70630%2Bds-6
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 171,388 kB
  • sloc: ansic: 876,143; cpp: 156,183; perl: 93,503; sh: 35,347; javascript: 9,754; xml: 8,361; makefile: 7,723; python: 5,743; lex: 5,174; pascal: 3,814; java: 3,569; tcl: 2,902; yacc: 2,901; exp: 2,031; ruby: 712; lisp: 687; sed: 331; asm: 140; csh: 46; awk: 30
file content (21 lines) | stat: -rw-r--r-- 482 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## $Id$
## Makefile.am for the TeX Live subdirectory texk/texlive/
##
## Copyright 2015-2023 Karl Berry <tex-live@tug.org>
## Copyright 2009-2014 Peter Breitenlohner <tex-live@tug.org>
## You may freely use, modify and/or distribute this file.
##
SUBDIRS =
if LINKED_SCRIPTS
SUBDIRS += linked_scripts
endif LINKED_SCRIPTS

## Windows wrapper and sources.
##
EXTRA_DIST = windows_wrapper

## Tests
##
TEST_EXTENSIONS = .pl
TESTS = tests/updmap-cmdline-test.pl
EXTRA_DIST += $(TESTS)