Mercurial > noffle
diff docs/Makefile.in @ 225:9fb4b7d7e64b noffle
[svn] * docs/Makefile.in: Add testing.txt to documents.
* NEWS: Updates for 1.1.1 release.
* configure.in: Change version to 1.1.1. Additional decoration to the
version is slowing down my release and RPM building. All Makefile.in
have been regenerated as has configure.
* packages/redhat/noffle.spec: Change version to 1.1.1.
* packages/.cvsignore,packages/Makefile.am,packages/redhat/.cvsignore,
packages/redhat/Makefile.am: Add sufficient makefiles for noffle.spec
and noffle-expire to the included in the tarball generated by 'make dist'.
author | bears |
---|---|
date | Sun, 09 Dec 2001 15:07:14 +0000 |
parents | b4f1731a6470 |
children | b67a1eaab41a |
line wrap: on
line diff
--- a/docs/Makefile.in Sun Dec 09 14:04:30 2001 +0000 +++ b/docs/Makefile.in Sun Dec 09 15:07:14 2001 +0000 @@ -70,7 +70,7 @@ man_MANS = $(PACKAGE).1 $(PACKAGE).conf.5 -EXTRA_DIST = INTERNALS FAQ NOTES ${man_MANS} $(PACKAGE).lsm +EXTRA_DIST = INTERNALS FAQ NOTES testing.txt ${man_MANS} $(PACKAGE).lsm mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = @@ -259,12 +259,14 @@ $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/INTERNALS $(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/FAQ $(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/NOTES $(DOCDIR) + $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/testing.txt $(DOCDIR) $(INSTALL_DATA) -o 0 -g 0 $(srcdir)/$(PACKAGE).lsm $(DOCDIR) uninstall-local: rm -f $(DOCDIR)/INTERNALS rm -f $(DOCDIR)/FAQ rm -f $(DOCDIR)/NOTES + rm -f $(DOCDIR)/testing.txt rm -f $(DOCDIR)/$(PACKAGE).lsm # Tell versions [3.59,3.63) of GNU make to not export all variables.