diff options
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 17e55fddd..3e643ecdc 100644 --- a/libX11/specs/troffrules.in +++ b/libX11/specs/troffrules.in @@ -84,7 +84,7 @@ SUFFIXES = .ms .ps .txt .html .pdf $< 2> index.$@.raw > $@
.ms.html:
- $(AM_V_GEN) $(GROFF) -Thtml -P-Dimages -P-I$*-image $(GROFF_FLAGS) $< 2> index.$@.raw > $@
+ $(AM_V_GEN) $(GROFF) $(GROFF_FLAGS) -Thtml -P-Dimages -P-I$*-image $< 2> index.$@.raw > $@
.ps.pdf:
$(AM_V_GEN) $(PS2PDF) $< $@
|