gbranden pushed a commit to branch temp-mail-fail
in repository groff.

commit 25d0f07ec1a64df0a55aa1667aa0821221a2b088
Author: G. Branden Robinson <[email protected]>
AuthorDate: Fri Dec 17 11:16:29 2021 +1100

    doc/doc.am (.ms.html): Drop unused suffix rule.
---
 ChangeLog  | 4 ++++
 doc/doc.am | 4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b41d8dfc..a0339381 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-12-17  G. Branden Robinson <[email protected]>
+
+       * doc/doc.am (.ms.html): Drop unused suffix rule.
+
 2021-12-16  G. Branden Robinson <[email protected]>
 
        * tmac/tmac.am (tmac_XFAIL_TESTS): Mark test
diff --git a/doc/doc.am b/doc/doc.am
index 4b6abde6..6adcae75 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -167,10 +167,6 @@ SUFFIXES += .me .ms .ps .html .txt .texi .dvi .pdf .xhtml
        $(GROFF_V)$(MKDIR_P) `dirname $@` \
        && $(DOC_GROFF) -k -Tps -ge -me >$@
 
-.ms.html:
-       $(GROFF_V)$(MKDIR_P) `dirname $@` \
-       && $(DOC_GROFF) -P-p -P-b -P-I`basename $< \
-         | sed -e 's|.ms$$||'` -P-D$(imagedir) -Thtml -ms >$@
 .ms.ps:
        $(GROFF_V)$(MKDIR_P) `dirname $@` \
        && $(DOC_GROFF) -Tps -ms -mwww >$@

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to