diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-01-04 00:05:18 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-01-04 13:51:32 -0800 |
commit | f524cfae6951442c9a9da65ef317b9c04199500f (patch) | |
tree | 47880e67c93e499140a1b3961348f2600f22b5ba /Makefile.am | |
parent | cc55d8f5ab021861308b071aab9c03016be15187 (diff) |
Remove out-of-date copies of README.config & README.enhancing
The up-to-date master copies of those documents are found in the
xorg-docs module, and posted on the X.Org website.
Also, x-docs.org no longer carries X11 docs, so point to X.Org's
website instead in the README.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index cf33e69..f612848 100644 --- a/Makefile.am +++ b/Makefile.am @@ -65,15 +65,11 @@ BUILT_SOURCES = xkbparse.c MAINTAINERCLEANFILES = ChangeLog INSTALL MAINTAINERCLEANFILES += $(BUILT_SOURCES) -EXTRA_DIST = \ - README.config \ - README.enhancing - appmandir = $(APP_MAN_DIR) appman_DATA = $(appman_PRE:man=@APP_MAN_SUFFIX@) -EXTRA_DIST += $(appman_PRE) +EXTRA_DIST = $(appman_PRE) CLEANFILES = $(appman_DATA) SUFFIXES = .$(APP_MAN_SUFFIX) .man |