mirror of
https://https.git.savannah.gnu.org/git/groff.git
synced 2026-01-27 01:44:25 +00:00
font/devps/generate/Makefile: Fix typo.
* font/devps/generate/Makefile (zapfdr.afm): Fix typo in dependency name. Problem introduced by me in commit 2566b64e0b, 13 March 2022, which claimed "[s]hould not cause regressions because the Make targets invoked are never called during a build (they are isolates that you have to manually name on the command line)." Thus was fortune's hostage claimed. Apparently OpenSUSE uses this Makefile as part of its "ghostscript-fonts-grops" package build. (Fair enough--we _do_ ship it.) Longer term I still think it would be a good idea to have a more general tool, probably a shell script, to manage groff font description file updates.
This commit is contained in:
parent
e6ad57a613
commit
2e92bee3c4
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
||||
2023-10-11 G. Branden Robinson <g.branden.robinson@gmail.com>
|
||||
|
||||
* font/devps/generate/Makefile (zapfdr.afm): Fix typo in
|
||||
dependency name. Problem introduced by me in commit 2566b64e0b,
|
||||
13 March 2022, which claimed "[s]hould not cause regressions
|
||||
because the Make targets invoked are never called during a build
|
||||
{they are isolates that you have to manually name on the command
|
||||
line}." Thus was fortune's hostage claimed. Apparently
|
||||
OpenSUSE uses this Makefile as part of its "ghostscript-fonts-
|
||||
grops" package build. (Fair enough--we _do_ ship it.)
|
||||
|
||||
2023-10-07 G. Branden Robinson <g.branden.robinson@gmail.com>
|
||||
|
||||
* src/roff/troff/input.cpp (while_break_request)
|
||||
|
||||
@ -276,7 +276,7 @@ symbolsl.afm: $(srcdir)/symbolsl.awk $(srcdir)/../symbolsl.ps
|
||||
$(afmdir)/Symbol.afm` tmp.afm >$(OUTDIR)/$@ \
|
||||
&& $(RM) Fontmap tmp.afm
|
||||
|
||||
zapfdr.afm: $(srcdir)/apfdr.sed
|
||||
zapfdr.afm: $(srcdir)/zapfdr.sed
|
||||
sed -f $(srcdir)/zapfdr.sed \
|
||||
`$(AFMNAME) $(afmdir)/ZapfDingbats.afm` >$(OUTDIR)/$@
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user