Bug 13556 - sgml docs fail to build
Summary: sgml docs fail to build
Status: RESOLVED FIXED
Alias: None
Product: xorg
Classification: Unclassified
Component: * Other (show other bugs)
Version: git
Hardware: All FreeBSD
: low normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2007-12-06 22:10 UTC by Benjamin Close
Modified: 2007-12-07 22:43 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Benjamin Close 2007-12-06 22:10:47 UTC
Hi Folks, 
  Looks like the sgml docs fail to build, patch to fix below.
Found by the under construction tinderbox.

benjsc@tinderbox:/mnt/tinder/stage/mpx/work/doc/xorg-sgml-doctools$ git diff
diff --git a/Makefile.am b/Makefile.am
index a494d0a..05be76b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -23,7 +23,7 @@ sgmlentdir = $(prefix)/share/sgml/X11
 
 dist_sgmlent_DATA = defs.ent
 
-EXTRA_DIST += ChangeLog
+EXTRA_DIST = ChangeLog
 MAINTAINERCLEANFILES = ChangeLog
 
 .PHONY: ChangeLog
Comment 1 James Cloos 2007-12-07 22:43:15 UTC
Fixed in commit a89eba12b88853d7b52b65207da3211d0ace10a9.

Thanks!

Looking now for any similar issues....


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.