diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-11 07:42:18 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-11 07:42:18 +0000 |
commit | e5c5f08bea7ffc9156152b58b19d2fc7c8366a1b (patch) | |
tree | 6c14bd6ce638ca6f6d651bedfd051b7a8ad4fdaf /devel | |
parent | 0503cf194ea9d1fdac233b01e8b82fa62a464b9f (diff) | |
download | ports-e5c5f08bea7ffc9156152b58b19d2fc7c8366a1b.tar.gz ports-e5c5f08bea7ffc9156152b58b19d2fc7c8366a1b.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-HTML_CSS/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/devel/pear-HTML_CSS/Makefile b/devel/pear-HTML_CSS/Makefile index f2bd28669a43..e10d66e82dbf 100644 --- a/devel/pear-HTML_CSS/Makefile +++ b/devel/pear-HTML_CSS/Makefile @@ -38,16 +38,20 @@ DOCS= TDG/img/admons/caution.png \ TDG/ch05s05.html TDG/ch06.html TDG/ch06s02.html \ TDG/ch06s03.html TDG/ch06s04.html TDG/ch06s05.html \ TDG/ch06s06.html TDG/ch07.html TDG/ch07s02.html \ - TDG/ch07s03.html TDG/ch07s04.html TDG/ch08.html \ - TDG/ch08s02.html TDG/ch08s03.html TDG/ch08s04.html \ - TDG/ch08s05.html TDG/index.html TDG/pr01.html \ - TDG/pr01s02.html TDG/pt01.html TDG/pt02.html \ - TDG/pt03.html TDG/re01.html TDG/re02.html TDG/re03.html \ + TDG/ch07s03.html TDG/ch08.html TDG/ch08s02.html \ + TDG/ch08s03.html TDG/ch08s04.html TDG/ch08s05.html \ + TDG/ch08s05.html TDG/ch09.html TDG/ch09s02.html \ + TDG/ch09s03.html TDG/ch09s04.html TDG/ch09s05.html \ + TDG/ch10.html TDG/ch10s02.html \ + TDG/index.html TDG/pr01.html TDG/pr01s02.html \ + TDG/pt01.html TDG/pt02.html TDG/pt03.html \ + TDG/pt04.html TDG/re01.html TDG/re02.html TDG/re03.html \ TDG/re04.html TDG/re05.html TDG/re06.html TDG/re07.html \ TDG/re08.html TDG/re09.html TDG/re10.html TDG/re11.html \ TDG/re12.html TDG/re13.html TDG/re14.html TDG/re15.html \ TDG/re16.html TDG/re17.html TDG/re18.html TDG/re19.html \ - TDG/re20.html TDG/re21.html TDG/re22.html TDG/re23.html + TDG/re20.html TDG/re21.html TDG/re22.html TDG/re23.html \ + TDG/re24.html EXAMPLES= CSS_InHeader.php css_error_custom.php \ CSS_Inline.php css_error_ignore.php \ CSS_Logger.php css_error_logger.php \ |