diff options
author | marha <marha@users.sourceforge.net> | 2009-10-29 18:29:39 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-10-29 18:29:39 +0000 |
commit | a5709eca77ddfd18c5f915d8b71f46abc3246279 (patch) | |
tree | 165b825df7b0a0b5843835c0d0484076f95f572a /libX11/specs/i18n | |
parent | 1f876171067c04fc21fccd5a3051f982fd85c0f0 (diff) | |
download | vcxsrv-a5709eca77ddfd18c5f915d8b71f46abc3246279.tar.gz vcxsrv-a5709eca77ddfd18c5f915d8b71f46abc3246279.tar.bz2 vcxsrv-a5709eca77ddfd18c5f915d8b71f46abc3246279.zip |
Updated to libX11-1.3.2
Diffstat (limited to 'libX11/specs/i18n')
-rw-r--r-- | libX11/specs/i18n/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libX11/specs/i18n/Makefile.in b/libX11/specs/i18n/Makefile.in index defb1686d..881b8ba54 100644 --- a/libX11/specs/i18n/Makefile.in +++ b/libX11/specs/i18n/Makefile.in @@ -320,7 +320,7 @@ EXTRA_DIST = $(doc_sources) @BUILD_SPECS_TRUE@GROFF_DEFS = -dxV="$(PACKAGE_STRING)" # -e to run through eqn, -t to run through tbl -@BUILD_SPECS_TRUE@GROFF_FLAGS = -e -t -ms $(GROFF_DEFS) $(top_srcdir)/specs/macros.t +@BUILD_SPECS_TRUE@GROFF_FLAGS = -e -t -ms $(GROFF_DEFS) -I$(srcdir) $(top_srcdir)/specs/macros.t @BUILD_SPECS_TRUE@SUFFIXES = .ms .ps .txt .html .pdf all: all-am |