[PATCH xserver 2/2] dmx/doc: remove dead code in the makefile

Gaetan Nadon memsize at videotron.ca
Sat Mar 12 04:29:35 PST 2011


This was leftover from some older ways of building dmx/scale docbook.

Reviewed-by: Dan Nicholson <dbn.lists at gmail.com>
Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 hw/dmx/doc/Makefile.am |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/hw/dmx/doc/Makefile.am b/hw/dmx/doc/Makefile.am
index 8e73602..53fb784 100644
--- a/hw/dmx/doc/Makefile.am
+++ b/hw/dmx/doc/Makefile.am
@@ -30,8 +30,6 @@ DOXYGEN_HEAD=\
 	html/annotated.html
 
 DOXYGEN_REST= \
-	dmx.txt \
-	scaled.txt \
 	html/ChkNotMaskEv_8c.html \
 	html/ChkNotMaskEv_8h.html \
 	html/ChkNotMaskEv_8h_source.html \
@@ -237,7 +235,6 @@ DOXYGEN_REST= \
 DOXYGEN_FILES=$(DOXYGEN_HEAD) $(DOXYGEN_REST)
 
 EXTRA_DIST = \
-	$(XML_FILES) \
 	DMXSpec.txt \
 	DMXSpec-v1.txt \
 	doxygen.conf \
@@ -261,10 +258,10 @@ $(DOXYGEN_HEAD): $(DOXYGEN_SRC)
 $(DOXYGEN_REST): $(DOXYGEN_HEAD)
 
 maintainer-clean-local:
-	rm -rf html/ scaled.txt dmx.txt
+	rm -rf html/
 
 distclean-local:
-	rm -rf html/ scaled.txt dmx.txt
+	rm -rf html/
 
 endif HAVE_DOXYGEN
 endif ENABLE_DEVEL_DOCS
-- 
1.6.0.4



More information about the xorg-devel mailing list