mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-15 02:20:10 +08:00
d134e3aa8d
* bin/autoupdate.in, bin/autoscan.pl, bin/autom4te.in, * bin/autoheader.in: Use it.
14 lines
273 B
Makefile
14 lines
273 B
Makefile
## Process this file with automake to create Makefile.in
|
|
|
|
perllibdir = $(pkgdatadir)/Autom4te
|
|
dist_perllib_DATA = General.pm Struct.pm XFile.pm
|
|
|
|
|
|
## --------------- ##
|
|
## Building TAGS. ##
|
|
## --------------- ##
|
|
|
|
TAGS_FILES = $(dist_perllib_DATA)
|
|
|
|
ETAGS_ARGS = --lang=perl
|