diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2005-01-26 09:39:40 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2005-01-26 09:39:40 +0000 |
commit | 46f8e60671e889892b5d24a3c2ec68ef59732fa5 (patch) | |
tree | 5f79a68ea9afd24a7b67ac5c06b019efa3e294fc /devel/py-optik/pkg-plist | |
parent | d0d4227760b00dde709c9ce3a7268e2a9c8b2cef (diff) |
Notes
Diffstat (limited to 'devel/py-optik/pkg-plist')
-rw-r--r-- | devel/py-optik/pkg-plist | 18 |
1 files changed, 14 insertions, 4 deletions
diff --git a/devel/py-optik/pkg-plist b/devel/py-optik/pkg-plist index 2f8c12a6e514..6eaae6af15b5 100644 --- a/devel/py-optik/pkg-plist +++ b/devel/py-optik/pkg-plist @@ -20,16 +20,26 @@ %%PYTHON_SITELIBDIR%%/optik/textwrap.pyc %%PYTHON_SITELIBDIR%%/optik/textwrap.pyo %%EXAMPLES%%/caseless.py +%%EXAMPLES%%/custom_source.py +%%EXAMPLES%%/custom_type.py +%%EXAMPLES%%/i18n.py +%%EXAMPLES%%/no_help.py +%%EXAMPLES%%/optional_arg_1.py +%%EXAMPLES%%/optional_arg_2.py +%%EXAMPLES%%/pass_through.py %%EXAMPLES%%/required_1.py %%EXAMPLES%%/required_2.py -%%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt -%%PORTDOCS%%%%DOCSDIR%%/README.txt -%%PORTDOCS%%%%DOCSDIR%%/advanced.txt -%%PORTDOCS%%%%DOCSDIR%%/basic.txt +%%PORTDOCS%%%%DOCSDIR%%/callbacks.html %%PORTDOCS%%%%DOCSDIR%%/callbacks.txt +%%PORTDOCS%%%%DOCSDIR%%/extending.html %%PORTDOCS%%%%DOCSDIR%%/extending.txt +%%PORTDOCS%%%%DOCSDIR%%/reference.html +%%PORTDOCS%%%%DOCSDIR%%/reference.txt +%%PORTDOCS%%%%DOCSDIR%%/tao.html %%PORTDOCS%%%%DOCSDIR%%/tao.txt %%PORTDOCS%%%%DOCSDIR%%/test/test_optik.py +%%PORTDOCS%%%%DOCSDIR%%/tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/tutorial.txt @dirrm %%PYTHON_SITELIBDIR%%/optik @dirrm %%EXAMPLES%% %%PORTDOCS%%@dirrm %%DOCSDIR%%/test |