diff 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/Makefile.in	Sun Dec 09 14:04:30 2001 +0000
+++ b/Makefile.in	Sun Dec 09 15:07:14 2001 +0000
@@ -68,7 +68,7 @@
 SPOOLDIR = @SPOOLDIR@
 VERSION = @VERSION@
 
-SUBDIRS = src docs
+SUBDIRS = src docs packages
 
 EXTRA_DIST = $(PACKAGE).conf.example
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -264,7 +264,7 @@
 	@for file in $(DISTFILES); do \
 	  d=$(srcdir); \
 	  if test -d $$d/$$file; then \
-	    cp -pr $$/$$file $(distdir)/$$file; \
+	    cp -pr $$d/$$file $(distdir)/$$file; \
 	  else \
 	    test -f $(distdir)/$$file \
 	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \