mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 12:32:40 +03:00
d95635b074
and the webpage is now dead. * Makefile.am: Remove README.smbfs.
14 lines
276 B
Makefile
14 lines
276 B
Makefile
## Process this file with automake to create Makefile.in.
|
|
|
|
AUTOMAKE_OPTIONS = 1.5
|
|
|
|
SUBDIRS = intl po vfs slang edit src lib doc syntax pc
|
|
|
|
EXTRA_DIST = FAQ INSTALL.FAST MAINTAINERS \
|
|
README.PC README.QNX extraconf.h
|
|
|
|
noinst_DATA = mc.spec
|
|
|
|
dist-hook:
|
|
cp mc.spec $(distdir)
|