1
1

in doc/Makefile.am, don't include nanorc.sample in EXTRA_DIST, as it's

only useful when we're building from source, as opposed to building a
distribution; also, tweak doc/Makefile.am and doc/man/Makefile.am to
remove usage of the += operator again


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3819 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
David Lawrence Ramsey 2006-07-26 17:42:16 +00:00
родитель 4ce755072c
Коммит c7c49c48da
3 изменённых файлов: 14 добавлений и 7 удалений

Просмотреть файл

@ -182,6 +182,13 @@ CVS code -
- If we use the --disable-wrapping option, ignore the - If we use the --disable-wrapping option, ignore the
--disable-wrapping-as-root option. (DLR) --disable-wrapping-as-root option. (DLR)
- Add minor cosmetic tweaks. (DLR) - Add minor cosmetic tweaks. (DLR)
- doc/Makefile.am:
- Don't include nanorc.sample in EXTRA_DIST, as it's only useful
when we're building from source, as opposed to building a
distribution. (DLR)
- Tweak to remove usage of the += operator again. (DLR)
- doc/man/Makefile.am:
- Tweak to remove usage of the += operator again. (DLR)
- doc/faq.html: - doc/faq.html:
- Update section 5.3 again to not state "the latest development - Update section 5.3 again to not state "the latest development
version" before 1.3.12, as it's no longer accurate. (DLR) version" before 1.3.12, as it's no longer accurate. (DLR)

Просмотреть файл

@ -1,7 +1,7 @@
SUBDIRS = man texinfo
if USE_COLOR if USE_COLOR
SUBDIRS += syntax SUBDIRS = man syntax texinfo
else
SUBDIRS = man texinfo
endif endif
EXTRA_DIST = faq.html nanorc.sample EXTRA_DIST = faq.html

Просмотреть файл

@ -1,7 +1,7 @@
SUBDIRS =
if USE_NLS if USE_NLS
SUBDIRS += fr SUBDIRS = fr
else
SUBDIRS =
endif endif
man_MANS = nano.1 nanorc.5 rnano.1 man_MANS = nano.1 nanorc.5 rnano.1