mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
a55a505160
Also added template in contrib/distr for some distro-related files (spec, deb, ebuild, etc)
12 lines
170 B
Makefile
12 lines
170 B
Makefile
SUBDIRS = debian gentoo redhat
|
|
|
|
|
|
AUTOMAKE_OPTIONS = 1.5
|
|
|
|
EXTRA_DIST = pkginfo.in prototype.in mc.qpg.in
|
|
|
|
noinst_DATA = mc.qpg pkginfo prototype
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|