repo.or.cz
/
s-roff.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add default encoding option -D to preconv and groff.
[s-roff.git]
/
font
/
devlbp
/
Makefile.sub
blob
16335d330f4bccf5809dcab016495ce88bec6759
1
DEV=lbp
2
LBPPRINT=$(PSPRINT)
3
DEVFILES=DESC \
4
HB HBI HI HR \
5
HNB HNBI HNI HNR \
6
TB TBI TI TR \
7
CR CB CI \
8
ER EB EI
9
10
CLEANADD=DESC
11
12
DESC: DESC.in
13
-rm -f DESC
14
cat $(srcdir)/DESC.in >>DESC
15
if test "$(PAGE)" = A4; then \
16
echo "papersize a4" >>DESC; \
17
else \
18
echo "papersize letter" >>DESC; \
19
fi
20
test -z '$(LBPPRINT)' || echo print '$(LBPPRINT)' >>DESC
21