diff options
author | marha <marha@users.sourceforge.net> | 2009-10-29 18:35:06 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-10-29 18:35:06 +0000 |
commit | 5a5506fed918b6d1a041a040b2060ed25e40d464 (patch) | |
tree | 7a0ecf56aa04552bd8516610a07b572548aa4cb2 /libX11/specs/troffrules.in | |
parent | e141b55eccf3c69d8ced513992e21463d37dbb03 (diff) | |
download | vcxsrv-5a5506fed918b6d1a041a040b2060ed25e40d464.tar.gz vcxsrv-5a5506fed918b6d1a041a040b2060ed25e40d464.tar.bz2 vcxsrv-5a5506fed918b6d1a041a040b2060ed25e40d464.zip |
svn merge ^/branches/released
Diffstat (limited to 'libX11/specs/troffrules.in')
-rw-r--r-- | libX11/specs/troffrules.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libX11/specs/troffrules.in b/libX11/specs/troffrules.in index 03d8463e8..c17490947 100644 --- a/libX11/specs/troffrules.in +++ b/libX11/specs/troffrules.in @@ -46,7 +46,7 @@ MOSTLYCLEANFILES = index.* GROFF_DEFS = -dxV="$(PACKAGE_STRING)" # -e to run through eqn, -t to run through tbl -GROFF_FLAGS = -e -t -ms $(GROFF_DEFS) $(top_srcdir)/specs/macros.t +GROFF_FLAGS = -e -t -ms $(GROFF_DEFS) -I$(srcdir) $(top_srcdir)/specs/macros.t SUFFIXES = .ms .ps .txt .html .pdf |