2001-08-01 22:28:57 +08:00
|
|
|
## Process this file with automake to create Makefile.in
|
|
|
|
|
2001-08-02 00:36:16 +08:00
|
|
|
perllibdir = $(pkgdatadir)/Autom4te
|
2001-09-05 15:06:40 +08:00
|
|
|
dist_perllib_DATA = General.pm Struct.pm XFile.pm
|
2001-08-17 20:06:44 +08:00
|
|
|
|
|
|
|
|
|
|
|
## --------------- ##
|
|
|
|
## Building TAGS. ##
|
|
|
|
## --------------- ##
|
|
|
|
|
Automake 1.5.
* Makefile.am (AUTOMAKE_OPTIONS): Add 1.5 and dist-bzip2.
(AMTAR): Help automake define it.
(INSTALL, install-data-hook): The INSTALL.txt trick is no longer
needed, 1.5 can have a macro and a target with the same name.
* m4/auxdir.m4, m4/cond.m4, m4/depend.m4, m4/install-sh.m4,
* m4/strip.m4: New.
* m4/init.m4, m4/sanity.m4: Update.
* doc/Makefile.am (CLEANFILES): 1.5 knows the texi2dvi files.
* lib/autoconf/Makefile.am, lib/autotest/Makefile.am,
* lib/m4sugar/Makefile.am, lib/autoscan/Makefile.am,
* lib/Autom4te/Makefile.am, man/Makefile.am: Use dist/nodist.
2001-08-27 15:12:16 +08:00
|
|
|
TAGS_FILES = $(dist_perllib_DATA)
|
2001-08-17 20:06:44 +08:00
|
|
|
|
|
|
|
ETAGS_ARGS = --lang=perl
|