diff options
Diffstat (limited to 'libX11/specs/XIM')
-rw-r--r-- | libX11/specs/XIM/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libX11/specs/XIM/Makefile.in b/libX11/specs/XIM/Makefile.in index 73392a119..fbd45fd5f 100644 --- a/libX11/specs/XIM/Makefile.in +++ b/libX11/specs/XIM/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 |