diff options
author | olgeni <olgeni@FreeBSD.org> | 2002-08-23 20:47:36 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2002-08-23 20:47:36 +0000 |
commit | 7fed5802d618acfd17b1c3f4dc87656f8ecddd12 (patch) | |
tree | 31e5c3ea72ecff0ff7143a14d2703fe227e1c65b /databases/Makefile | |
parent | 83601852188844a9fcb67da612c843a0abaac7fc (diff) | |
download | FreeBSD-ports-7fed5802d618acfd17b1c3f4dc87656f8ecddd12.zip FreeBSD-ports-7fed5802d618acfd17b1c3f4dc87656f8ecddd12.tar.gz |
Add postgresql_autodoc, an automatic documentation generator for postgresql.
Supports output in HTML, GraphViz, SGML DocBook and DIA formats.
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 2038ce7..43f9c64 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -119,6 +119,7 @@ SUBDIR += postgresql-pltcl SUBDIR += postgresql-tcltk SUBDIR += postgresql7 + SUBDIR += postgresql_autodoc SUBDIR += pxtools SUBDIR += py-MySQL SUBDIR += py-MySQLdb |