mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-22 04:41:21 +03:00
298b975264
- Move code to src/. - Move docs to doc/: + texi doc to doc/texinfo/ + original manual pages to doc/man/ + translated manual pages to doc/man/xx/ git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@1543 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
12 lines
257 B
Makefile
12 lines
257 B
Makefile
## $Id$
|
|
AUTOMAKE_OPTIONS = gnu no-dependencies
|
|
|
|
SUBDIRS = doc m4 po src
|
|
|
|
|
|
EXTRA_DIST = ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS \
|
|
README THANKS TODO UPGRADE config.rpath install-sh missing \
|
|
mkinstalldirs nano.spec
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|