diff options
Diffstat (limited to 'contrib/groff/devutf8/Makefile.sub')
-rw-r--r-- | contrib/groff/devutf8/Makefile.sub | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/contrib/groff/devutf8/Makefile.sub b/contrib/groff/devutf8/Makefile.sub deleted file mode 100644 index f6ce659..0000000 --- a/contrib/groff/devutf8/Makefile.sub +++ /dev/null @@ -1,32 +0,0 @@ -DEV=utf8 -FONTS=R I B BI -DEVFILES=$(FONTS) DESC -CLEANADD=$(FONTS) DESC - -RES=240 -CPI=10 -LPI=6 - -$(FONTS): R.proto - @echo Making $@ - @-rm -f $@ - @(charwidth=`expr $(RES) / $(CPI)` ; \ - sed -e "s/^name [A-Z]*$$/name $@/" \ - -e "s/^\\([^ ]*\\) [0-9]+ /\\1 $$charwidth /" \ - -e "s/^spacewidth [0-9]+$$/spacewidth $$charwidth/" \ - -e "s/^internalname .*$$/internalname $@/" \ - -e "/^internalname/s/BI/3/" \ - -e "/^internalname/s/B/2/" \ - -e "/^internalname/s/I/1/" \ - -e "/^internalname .*[^ 0-9]/d" \ - $(srcdir)/R.proto >$@) - -DESC: DESC.proto - @echo Making $@ - @-rm -f $@ - @sed -e "s/^res .*$$/res $(RES)/" \ - -e "s/^hor .*$$/hor `expr $(RES) / $(CPI)`/" \ - -e "s/^vert .*$$/vert `expr $(RES) / $(LPI)`/" \ - -e "s/^fonts .*$$/fonts `set $(FONTS); echo $$#` $(FONTS)/" \ - $(srcdir)/DESC.proto >$@ - |