summaryrefslogtreecommitdiff
path: root/config/cf/X11.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'config/cf/X11.tmpl')
-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