diff --git a/Makefile.am b/Makefile.am
index 9d62d2c..e9113c2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,22 +9,7 @@ SUBDIRS = \
# tools want this on a single line
ACLOCAL_AMFLAGS = -I m4macros
-AUTHORS: authors.xml authors.xsl
-if HAVE_XSLTPROC
- $(AM_V_GEN) $(XSLTPROC) authors.xsl $< > $(@) || rm -f $(@)
-else
- @echo "*** xsltproc is required to regenerate $(@) ***"; exit 1;
-endif
-
-validate-authors:
-if HAVE_XMLLINT
- @$(XMLLINT) --noout --path $(srcdir) --valid authors.xml || \
- ( echo "*** authors.xml IS INVALID ***"; exit 1; )
-endif
-
-all-local: AUTHORS
-
-check-local: validate-authors
+all-local:
dist_doc_DATA = \
AUTHORS \
@@ -33,9 +18,6 @@ dist_doc_DATA = \
README.md
EXTRA_DIST = \
- authors.dtd \
- authors.xml \
- authors.xsl \
autogen.sh \
tinyproxy-indent.sh \
TODO
diff --git a/authors.dtd b/authors.dtd
deleted file mode 100644
index 77d43c5..0000000
--- a/authors.dtd
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
-
-
-
diff --git a/authors.xml b/authors.xml
deleted file mode 100644
index 7fc94f2..0000000
--- a/authors.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-
-
-
-
-
-
-
- Andrew Stribblehill
- Chris Lightfoot
- Daniel Egger
- David Shanks
- Dmitry Semyonov
- George Talusan
- James E. Flemer
- Jeremy Hinegardner
- John van der Kamp
- Jordi Mallach
- Kim Holviala
- Marc Silver
- Mathew Mrosko
- Matthew Dempsky
- Michael Adam
- Moritz Muehlenhoff
- Mukund Sivaraman
- Petr Lampa
- Robert James Kaes
- Steven Young
-
-
diff --git a/authors.xsl b/authors.xsl
deleted file mode 100644
index 77ba4e0..0000000
--- a/authors.xsl
+++ /dev/null
@@ -1,57 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Tinyproxy AUTHORS
-=================
-
-////
-This file is generated from authors.xml, do not edit it directly.
-////
-
-Coding
-------
-
-The following people have contributed code to Tinyproxy:
-
-
-
-
-
-
-
-Documentation
--------------
-
-The following people have helped to document Tinyproxy:
-
-
-
-
-
-
-
-
-
- *
-
-
-
-