comparison 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
comparison
equal deleted inserted replaced
224:e9d3378edec7 225:9fb4b7d7e64b
66 PACKAGE = @PACKAGE@ 66 PACKAGE = @PACKAGE@
67 SENDMAILPROG = @SENDMAILPROG@ 67 SENDMAILPROG = @SENDMAILPROG@
68 SPOOLDIR = @SPOOLDIR@ 68 SPOOLDIR = @SPOOLDIR@
69 VERSION = @VERSION@ 69 VERSION = @VERSION@
70 70
71 SUBDIRS = src docs 71 SUBDIRS = src docs packages
72 72
73 EXTRA_DIST = $(PACKAGE).conf.example 73 EXTRA_DIST = $(PACKAGE).conf.example
74 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 74 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
75 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs 75 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
76 CONFIG_HEADER = config.h 76 CONFIG_HEADER = config.h
262 cd $(top_srcdir) \ 262 cd $(top_srcdir) \
263 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile 263 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile
264 @for file in $(DISTFILES); do \ 264 @for file in $(DISTFILES); do \
265 d=$(srcdir); \ 265 d=$(srcdir); \
266 if test -d $$d/$$file; then \ 266 if test -d $$d/$$file; then \
267 cp -pr $$/$$file $(distdir)/$$file; \ 267 cp -pr $$d/$$file $(distdir)/$$file; \
268 else \ 268 else \
269 test -f $(distdir)/$$file \ 269 test -f $(distdir)/$$file \
270 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ 270 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
271 || cp -p $$d/$$file $(distdir)/$$file || :; \ 271 || cp -p $$d/$$file $(distdir)/$$file || :; \
272 fi; \ 272 fi; \