summaryrefslogtreecommitdiffstats
path: root/contrib/groff/font/devlbp/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/groff/font/devlbp/Makefile.sub')
-rw-r--r--contrib/groff/font/devlbp/Makefile.sub18
1 files changed, 18 insertions, 0 deletions
diff --git a/contrib/groff/font/devlbp/Makefile.sub b/contrib/groff/font/devlbp/Makefile.sub
new file mode 100644
index 0000000..6959b25
--- /dev/null
+++ b/contrib/groff/font/devlbp/Makefile.sub
@@ -0,0 +1,18 @@
+DEV=lbp
+LBPPRINT=$(PSPRINT)
+DEVFILES=DESC \
+ HB HBI HI HR \
+ TB TBI TI TR
+
+CLEANADD=DESC
+
+DESC: DESC.in
+ -rm -f DESC
+ cat $(srcdir)/DESC.in >>DESC
+ if test "$(PAGE)" = A4; then \
+ echo "papersize a4" >>DESC; \
+ else \
+ echo "papersize letter" >>DESC; \
+ fi
+ test -z '$(LBPPRINT)' || echo print '$(LBPPRINT)' >>DESC
+
OpenPOWER on IntegriCloud