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
This commit is contained in:
Chris Allegretta 2002-03-26 17:56:34 +00:00
parent 724b7aa7e7
commit 62f66cca9b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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])