diff options
author | nectar <nectar@FreeBSD.org> | 2003-12-15 22:01:16 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2003-12-15 22:01:16 +0800 |
commit | 33f5b3a2353b0c55318e0721c40902db71d2ca3b (patch) | |
tree | e441ccdb2fd916f33eae7dceb558bc3f12794276 /textproc/Makefile | |
parent | ce03d45f0cceb88be17e593e0785a1cc5aec8d8e (diff) | |
download | freebsd-ports-graphics-33f5b3a2353b0c55318e0721c40902db71d2ca3b.tar.gz freebsd-ports-graphics-33f5b3a2353b0c55318e0721c40902db71d2ca3b.tar.zst freebsd-ports-graphics-33f5b3a2353b0c55318e0721c40902db71d2ca3b.zip |
Add xhtml-basic and xhtml-modularization, a customizable version
of XHTML and the modular DTDs on which it depends.
Diffstat (limited to 'textproc/Makefile')
-rw-r--r-- | textproc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index 286370d8c8e..bc33ef3bddc 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -497,6 +497,8 @@ SUBDIR += xerces-j SUBDIR += xhtml SUBDIR += xhtml-1.1 + SUBDIR += xhtml-basic + SUBDIR += xhtml-modularization SUBDIR += xincluder SUBDIR += xlhtml SUBDIR += xls2xml |