From 1c9082a4e39bb79c5bc633d8e4e579eb2579ec55 Mon Sep 17 00:00:00 2001 From: pnenzi Date: Mon, 9 Aug 2004 20:55:13 +0000 Subject: [PATCH] Update. --- AUTHORS | 2 +- Makefile.am | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/AUTHORS b/AUTHORS index 333fc2eb8..4b561b58e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -5,7 +5,7 @@ Since then, there have been many people working on the software, most of them releasing patches to the original code through the Internet. The following people have contributed in some way: -Veral Albrecht , +Vera Albrecht , Cecil Aswell , Stuart Brorson , Giles C. Billingsley, diff --git a/Makefile.am b/Makefile.am index ea2b505f0..28613e14f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,11 +1,11 @@ ## Process this file with automake to produce Makefile.in SUBDIRS = @XGRAPHDIR@ doc src man tests -DIST_SUBDIRS = xgraph doc src man tests examples +DIST_SUBDIRS = xgraph doc src man tests EXTRA_DIST = FAQ acconfig.h autogen.sh Stuarts_Poly_Notes \ ANALYSES BUGS AUTHORS ChangeLog \ - DEVICES NEWS README contrib patches + DEVICES NEWS README contrib patches examples MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ config.h.in config.sub configure install-sh \ @@ -15,6 +15,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ dist-hook: rm -rf `find $(distdir)/contrib -name CVS` rm -rf `find $(distdir)/patches -name CVS` + rm -rf `find $(distdir)/examples -name CVS` mrproper: maintainer-clean rm -f `find . -type f -name "*~" -print`