From 05bc7fbceb08893f2a6d0dcaf4d2bd71c83245bf Mon Sep 17 00:00:00 2001 From: Gaetan Nadon Date: Sun, 13 Jun 2010 16:49:57 -0400 Subject: [PATCH] README: keep the text version of README, discard the sgml version The linuxdoc doc tool is deprecated. README files are exclusively text files. Signed-off-by: Gaetan Nadon --- Makefile.am | 7 ------- configure.ac | 2 -- 2 files changed, 9 deletions(-) diff --git a/Makefile.am b/Makefile.am index e17ec3e..069b707 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,13 +21,6 @@ SUBDIRS = src man util MAINTAINERCLEANFILES = ChangeLog INSTALL - -if BUILD_LINUXDOC -README: README.sgml - $(MAKE_TEXT) README.sgml && mv README.txt README -endif - -EXTRA_DIST = README.sgml .PHONY: ChangeLog INSTALL INSTALL: diff --git a/configure.ac b/configure.ac index cb49d5b..62820a7 100644 --- a/configure.ac +++ b/configure.ac @@ -108,8 +108,6 @@ AC_SUBST([moduledir]) DRIVER_NAME=chips AC_SUBST([DRIVER_NAME]) -XORG_CHECK_LINUXDOC - AC_OUTPUT([ Makefile src/Makefile