[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 01/01: doc/doc.am: Fix build of pic.html from clean tree.
From: |
G. Branden Robinson |
Subject: |
[groff] 01/01: doc/doc.am: Fix build of pic.html from clean tree. |
Date: |
Thu, 2 Nov 2017 03:45:35 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit 5b94a8679fa896fb80d13fea261828da6afbc9eb
Author: G. Branden Robinson <address@hidden>
Date: Thu Nov 2 03:43:10 2017 -0400
doc/doc.am: Fix build of pic.html from clean tree.
[build path details elided with '...']
cd .../groff/doc && \
LANG=C LC_ALL=C sed -e "s;address@hidden@];1.22.3;" .../groff/doc/pic.ms | \
GROFF_COMMAND_PREFIX= GROFF_BIN_PATH=".../groff" .../groff/groff
-I.../groff -M .../groff/doc -M.../groff/tmac -M.../groff/tmac -F.../groff/font
-F.../groff/font -Upet -ww -P-p -P-Ipic -P-Dimg -P-jpic \
-Thtml -P-V -ms > pic.html
.../groff/tmac/troffrc-end:10: warning: can't find macro file `www.tmac'
[27] done
.../groff/tmac/html.tmac:539: warning: can't find macro file `www.tmac'
Signed-off-by: G. Branden Robinson <address@hidden>
---
doc/doc.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/doc/doc.am b/doc/doc.am
index d15ef69..4ff793e 100644
--- a/doc/doc.am
+++ b/doc/doc.am
@@ -147,6 +147,7 @@ $(PROCESSEDEXAMPLEFILES): $(dist_devpsfont_DATA)
$(nodist_devpsfont_DATA) $(hdtb
$(PROCESSEDEXAMPLEFILES): $(dist_tmac_DATA) $(nodist_tmac_DATA)
$(PROCESSEDDOCFILES): $(bin_PROGRAMS) $(prefixexecbin_PROGRAMS) gnu.eps
+doc/pic.html: tmac/www.tmac
doc/pic.html: $(bin_PROGRAMS) $(prefixexecbin_PROGRAMS)
doc/pic.html: doc/examples.stamp
doc/pic.html: $(dist_devpsfont_DATA) $(nodist_devpsfont_DATA)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 01/01: doc/doc.am: Fix build of pic.html from clean tree.,
G. Branden Robinson <=