summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsi <tsi>2008-12-06 17:00:39 +0000
committertsi <tsi>2008-12-06 17:00:39 +0000
commitb6d1d77a2d114284c51277823ce0bf8b6b5459c2 (patch)
tree33631e847c5598abdd1b31ff9dd14d553271ece3
parent4ba63e37b1a7a8dff7c2acb044c7c944056b1d72 (diff)
Fix MakeDepSimpleHtmlDoc rule. It seems newer groff's enforce POSIX's
utility guideline that command line flags preceed command line filenames.
-rw-r--r--config/cf/X11.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cf/X11.tmpl b/config/cf/X11.tmpl
index 7088e500e..1cb38744e 100644
--- a/config/cf/X11.tmpl
+++ b/config/cf/X11.tmpl
@@ -1,6 +1,6 @@
XCOMM ----------------------------------------------------------------------
XCOMM X Window System Build Parameters and Rules
-XCOMM $XFree86: xc/config/cf/X11.tmpl,v 1.298tsi Exp $
+XCOMM $XFree86: xc/config/cf/X11.tmpl,v 1.299tsi Exp $
/*
* Copyright (c) 1994-2005 by The XFree86 Project, Inc.
* All rights reserved.
@@ -4958,7 +4958,7 @@ file.pdf: file.tex @@\
#ifdef HTMLroffCmd
#define MakeDepSimpleHtmlDoc(file,deps,srcs) @@\
HtmlTarget(file): deps @@\
- $(HTMLROFF) $(MSMACROS) $(XDOCMACROS) Concat(-P-I,file) srcs \ @@\
+ $(HTMLROFF) $(MSMACROS) Concat(-P-I,file) $(XDOCMACROS) srcs \ @@\
2> index.raw > file.nhtml \ @@\
&& PostProcessTroffHTML(file.nhtml,$@)
#else