mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-25 06:09:38 +03:00
formatting fixes for Makefile.am and m4/Makefile.am
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2728 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
0227ccca7c
commit
1ea53709d8
@ -359,6 +359,9 @@ CVS code -
|
|||||||
- Clarify descriptions of the characters that aren't allowed
|
- Clarify descriptions of the characters that aren't allowed
|
||||||
in the "punct" or "brackets" options. (DLR)
|
in the "punct" or "brackets" options. (DLR)
|
||||||
- Update comment referring to --enable-extra. (DLR)
|
- Update comment referring to --enable-extra. (DLR)
|
||||||
|
- Makefile.am, m4/Makefile.am:
|
||||||
|
- Make sure that the files in EXTRA_DIST are in alphabetical
|
||||||
|
order, and that the lines are wrapped at 72 characters. (DLR)
|
||||||
- doc/man/fr/Makefile.am:
|
- doc/man/fr/Makefile.am:
|
||||||
- Set mandir to @mandir@/fr, so French manpages get installed
|
- Set mandir to @mandir@/fr, so French manpages get installed
|
||||||
where they belong (Jordi).
|
where they belong (Jordi).
|
||||||
|
@ -3,8 +3,8 @@ AUTOMAKE_OPTIONS = gnu no-dependencies
|
|||||||
|
|
||||||
SUBDIRS = doc m4 po src
|
SUBDIRS = doc m4 po src
|
||||||
|
|
||||||
EXTRA_DIST = ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS \
|
EXTRA_DIST = ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS \
|
||||||
README THANKS TODO UPGRADE config.rpath install-sh missing \
|
README THANKS TODO UPGRADE config.rpath install-sh \
|
||||||
mkinstalldirs nano.spec
|
missing mkinstalldirs nano.spec
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
EXTRA_DIST = ulonglong.m4 intdiv0.m4 inttypes.m4 inttypes_h.m4 inttypes-pri.m4 \
|
EXTRA_DIST = codeset.m4 gettext.m4 glib-2.0.m4 glibc21.m4 iconv.m4 \
|
||||||
stdint_h.m4 uintmax_t.m4 isc-posix.m4 lib-ld.m4 lib-link.m4 \
|
intdiv0.m4 inttypes_h.m4 inttypes.m4 inttypes-pri.m4 \
|
||||||
lib-prefix.m4 codeset.m4 glibc21.m4 progtest.m4 gettext.m4 \
|
isc-posix.m4 lcmessage.m4 lib-ld.m4 lib-link.m4 \
|
||||||
iconv.m4 lcmessage.m4 glib-2.0.m4
|
lib-prefix.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 \
|
||||||
|
ulonglong.m4
|
||||||
|
Loading…
Reference in New Issue
Block a user