mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
be82bd6a23
updates it when needed. * mc.spec.in: Include translations with mc, not gmc. Run chkconfig --del in %preun, not %postun. --without-debug not needed. /etc/X11/wmconfig not needed. /etc/pam.d/mcserv shouldn't be executable. New files in %{prefix}/lib/mc/ - translated hints, editor files.
20 lines
487 B
Makefile
20 lines
487 B
Makefile
## Process this file with automake to create Makefile.in.
|
|
|
|
SUBDIRS = vfs lib doc slang gtkedit edit src gnome new_icons \
|
|
idl syntax intl doc-gnome po pc
|
|
|
|
ACLOCAL_AMFLAGS = -I macros
|
|
|
|
GNOME_M4_FILES = macros/gnome.m4 macros/gnome-vfs.m4 macros/gnome-undelfs.m4 \
|
|
macros/gnome-gettext.m4 macros/linger.m4
|
|
|
|
EXTRA_DIST = BUGS FAQ INSTALL.FAST MAINTAINERS \
|
|
README.PC README.QNX README.smbfs \
|
|
create_vcs \
|
|
$(GNOME_M4_FILES)
|
|
|
|
noinst_DATA = mc.spec
|
|
|
|
dist-hook:
|
|
cp mc.spec $(distdir)
|