Browse Source

Update.

pre-master-46
pnenzi 22 years ago
parent
commit
1c9082a4e3
  1. 2
      AUTHORS
  2. 5
      Makefile.am

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.
The following people have contributed in some way:
Veral Albrecht <albrecht@@danalyse.de>,
Vera Albrecht <albrecht@@danalyse.de>,
Cecil Aswell <aswell@@netcom.com>,
Stuart Brorson <sdb@@cloud9.net>,
Giles C. Billingsley,

5
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`

Loading…
Cancel
Save