Update.
This commit is contained in:
parent
cb73c0e5a5
commit
1c9082a4e3
2
AUTHORS
2
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.
|
releasing patches to the original code through the Internet.
|
||||||
|
|
||||||
The following people have contributed in some way:
|
The following people have contributed in some way:
|
||||||
Veral Albrecht <albrecht@@danalyse.de>,
|
Vera Albrecht <albrecht@@danalyse.de>,
|
||||||
Cecil Aswell <aswell@@netcom.com>,
|
Cecil Aswell <aswell@@netcom.com>,
|
||||||
Stuart Brorson <sdb@@cloud9.net>,
|
Stuart Brorson <sdb@@cloud9.net>,
|
||||||
Giles C. Billingsley,
|
Giles C. Billingsley,
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
SUBDIRS = @XGRAPHDIR@ doc src man tests
|
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 \
|
EXTRA_DIST = FAQ acconfig.h autogen.sh Stuarts_Poly_Notes \
|
||||||
ANALYSES BUGS AUTHORS ChangeLog \
|
ANALYSES BUGS AUTHORS ChangeLog \
|
||||||
DEVICES NEWS README contrib patches
|
DEVICES NEWS README contrib patches examples
|
||||||
|
|
||||||
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
|
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
|
||||||
config.h.in config.sub configure install-sh \
|
config.h.in config.sub configure install-sh \
|
||||||
|
|
@ -15,6 +15,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
|
||||||
dist-hook:
|
dist-hook:
|
||||||
rm -rf `find $(distdir)/contrib -name CVS`
|
rm -rf `find $(distdir)/contrib -name CVS`
|
||||||
rm -rf `find $(distdir)/patches -name CVS`
|
rm -rf `find $(distdir)/patches -name CVS`
|
||||||
|
rm -rf `find $(distdir)/examples -name CVS`
|
||||||
|
|
||||||
mrproper: maintainer-clean
|
mrproper: maintainer-clean
|
||||||
rm -f `find . -type f -name "*~" -print`
|
rm -f `find . -type f -name "*~" -print`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue