plan9port/src/cmd/postscript/misc
Kare Nuorteva b3336e5cbb all: remove .cvsignore files
Rename following .cvsignore files to .gitkeep since they are
required by the build (directories must exist before build):
	- bin/fossil/.gitkeep
	- bin/fs/.gitkeep
	- bin/venti/.gitkeep

Change-Id: I9c2865058480cffb3a4613f25e2eca1f7e5578c0
2017-09-14 17:25:17 +02:00
..
ibmfont.c Checkpoint. 2004-05-16 07:54:22 +00:00
laserbar.1 Checkpoint. 2004-05-16 07:54:22 +00:00
laserbar.c Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. 2006-04-01 19:24:03 +00:00
lp.model Checkpoint. 2004-05-16 07:54:22 +00:00
macfont.c Checkpoint. 2004-05-16 07:54:22 +00:00
pscrypt.c Checkpoint. 2004-05-16 07:54:22 +00:00
README Checkpoint. 2004-05-16 07:54:22 +00:00
setbaud.ps Checkpoint. 2004-05-16 07:54:22 +00:00

Miscellaneous programs - all are unsupported.

  ibmfont.c	IBM PC to Unix font conversion program
  laserbar.[c1]	Barcode filter and man page - Jan Wolitzky
  lp.model	Sample lp interface (not for Unix 4.0) - Maryann Csaszar
  macfont.c	Macintosh to Unix font conversion program
  pscrypt.c	Quick implementation of Adobe's encryption/decryption algorithm
  setbaud.ps	Example of how to change the printer's baudrate

Use make to compile C programs. For example,

	make macfont

compiles macfont.c.