summaryrefslogtreecommitdiffstats
path: root/contrib/groff/font/devlbp/Makefile.sub
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-04-17 12:12:05 +0000
committerru <ru@FreeBSD.org>2001-04-17 12:12:05 +0000
commit78a36d21097dbce47cbcd4818ecd041388952f73 (patch)
tree8c20bfd611f113ea0cc691f0a026ad5ed1b43c72 /contrib/groff/font/devlbp/Makefile.sub
parent3b4ec64f2874f8497458268896220e5c9c859d05 (diff)
parent0e0a0e6429c7113acf15c4c94bd5fe94c45f9e99 (diff)
downloadFreeBSD-src-78a36d21097dbce47cbcd4818ecd041388952f73.zip
FreeBSD-src-78a36d21097dbce47cbcd4818ecd041388952f73.tar.gz
This commit was generated by cvs2svn to compensate for changes in r75584,
which included commits to RCS files with non-trunk default branches.
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