From 62f66cca9bfad69b59ec36bb76b74a94503d85f6 Mon Sep 17 00:00:00 2001 From: Chris Allegretta Date: Tue, 26 Mar 2002 17:56:34 +0000 Subject: [PATCH] Get rid of the .spec stuff i haven't been able to test yet, argh git-svn-id: svn://svn.savannah.gnu.org/nano/branches/nano_1_0_branch/nano@1149 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- Makefile.am | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1c7aec8a..d16edd00 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,7 @@ MAKEINFO = makeinfo --no-split EXTRA_DIST = ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL NEWS \ README THANKS TODO install-sh missing mkinstalldirs \ - nano.1 nano.1.html faq.html $(ACINCLUDE_INPUTS) nano.spec + nano.1 nano.1.html faq.html $(ACINCLUDE_INPUTS) SUBDIRS = po intl diff --git a/configure.in b/configure.in index ebc0268d..ea827a96 100644 --- a/configure.in +++ b/configure.in @@ -262,4 +262,4 @@ fi dnl i18n stuff - pretty incomplete for now NANO_AM_GNU_GETTEXT -AC_OUTPUT([Makefile intl/Makefile po/Makefile.in nano.spec]) +AC_OUTPUT([Makefile intl/Makefile po/Makefile.in])