diff options
Diffstat (limited to 'libX11/specs')
-rw-r--r-- | libX11/specs/XIM/Makefile.in | 2 | ||||
-rw-r--r-- | libX11/specs/i18n/Makefile.in | 2 | ||||
-rw-r--r-- | libX11/specs/libX11/Makefile.in | 2 | ||||
-rw-r--r-- | libX11/specs/troffrules.in | 2 |
4 files changed, 4 insertions, 4 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 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 diff --git a/libX11/specs/libX11/Makefile.in b/libX11/specs/libX11/Makefile.in index d014f41e9..f4e0c89dd 100644 --- a/libX11/specs/libX11/Makefile.in +++ b/libX11/specs/libX11/Makefile.in @@ -346,7 +346,7 @@ EXTRA_DIST = $(doc_sources) $(doc_includes) @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 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 |