diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-07-21 18:24:17 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-07-21 18:24:17 +0000 |
commit | 5b6a7d4f569e86418f685ea7cddd4abc2333df8a (patch) | |
tree | 3f0555b2b3c0cf899a6c4bf02036b51d7bfea6bc | |
parent | o add w3m-image, w3m with Imlib-based inline image browsing capability. (diff) |
add w3m-image.
remove w3m-ssl.
Notes
Notes:
svn path=/head/; revision=45316
-rw-r--r-- | japanese/Makefile | 2 | ||||
-rw-r--r-- | www/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index f0322b4a6367..72797c2f743b 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -352,7 +352,7 @@ SUBDIR += vje30-trial SUBDIR += w3 SUBDIR += w3m - SUBDIR += w3m-ssl + SUBDIR += w3m-image SUBDIR += wdic-fpw SUBDIR += weather-emacs20 SUBDIR += web1913-fpw diff --git a/www/Makefile b/www/Makefile index 11e04b86f73f..9d34cfbbd29f 100644 --- a/www/Makefile +++ b/www/Makefile @@ -281,7 +281,7 @@ SUBDIR += w3-4 SUBDIR += w3c-httpd SUBDIR += w3m - SUBDIR += w3m-ssl + SUBDIR += w3m-image SUBDIR += w3mir SUBDIR += wb0 SUBDIR += wcol |