aboutsummaryrefslogtreecommitdiff
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.sub21
1 files changed, 0 insertions, 21 deletions
diff --git a/contrib/groff/font/devlbp/Makefile.sub b/contrib/groff/font/devlbp/Makefile.sub
deleted file mode 100644
index 16335d330f4b..000000000000
--- a/contrib/groff/font/devlbp/Makefile.sub
+++ /dev/null
@@ -1,21 +0,0 @@
-DEV=lbp
-LBPPRINT=$(PSPRINT)
-DEVFILES=DESC \
- HB HBI HI HR \
- HNB HNBI HNI HNR \
- TB TBI TI TR \
- CR CB CI \
- ER EB EI
-
-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
-