diff options
author | Will Andrews <will@FreeBSD.org> | 2000-07-12 14:32:47 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-07-12 14:32:47 +0000 |
commit | e9e43bd953efc48d9786da907c405666c54d4095 (patch) | |
tree | f5de3b923a68c54141b308c2bab9ca7d3c866881 /graphics/Makefile | |
parent | From PR: (diff) |
Add jslice, a graphics utility which breaks up a JPEG image into slices
and provides HTML code referring the slices.
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index b58083b91a84..c4eb5a44a55a 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -79,6 +79,7 @@ SUBDIR += jgraph SUBDIR += jgv SUBDIR += jpeg + SUBDIR += jslice SUBDIR += juno-2 SUBDIR += kdc2tiff SUBDIR += kdegraphics11 |