Put documentation examples into -docs subpackage. Fixes a leftover dir after

package deinstallation.

ok wilfried@
This commit is contained in:
bernd 2006-02-04 15:29:30 +00:00
parent 64a493efd9
commit 9e68593d0d
3 changed files with 19 additions and 19 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.5 2006/01/13 23:40:22 espie Exp $
# $OpenBSD: Makefile,v 1.6 2006/02/04 15:29:30 bernd Exp $
COMMENT= "C++ interface for glib2"
COMMENT-docs= "C++ interface for glib2 documentation"
@ -6,8 +6,8 @@ COMMENT-docs= "C++ interface for glib2 documentation"
VERSION= 2.6.1
V= 2.4
DISTNAME= glibmm-${VERSION}
PKGNAME= glib2mm-${VERSION}p3
PKGNAME-docs= glib2mm-docs-${VERSION}
PKGNAME= glib2mm-${VERSION}p4
PKGNAME-docs= glib2mm-docs-${VERSION}p0
SHARED_LIBS= glibmm-2.4 2.0 \
glibmm_generate_extra_defs-2.4 2.0

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2006/01/08 12:48:37 bernd Exp $
@comment $OpenBSD: PLIST,v 1.3 2006/02/04 15:29:30 bernd Exp $
%%SHARED%%
include/glibmm-${V}/
include/glibmm-${V}/glibmm/
@ -130,17 +130,3 @@ lib/libglibmm_generate_extra_defs-${V}.la
lib/pkgconfig/
lib/pkgconfig/glibmm-${V}.pc
share/aclocal/glibmm_check_perl.m4
share/doc/glibmm-${V}/examples/
share/doc/glibmm-${V}/examples/iochannel_stream/
share/doc/glibmm-${V}/examples/iochannel_stream/fdstream.cc
share/doc/glibmm-${V}/examples/iochannel_stream/fdstream.h
share/doc/glibmm-${V}/examples/iochannel_stream/main.cc
share/doc/glibmm-${V}/examples/markup/
share/doc/glibmm-${V}/examples/markup/parser.cc
share/doc/glibmm-${V}/examples/options/
share/doc/glibmm-${V}/examples/options/main.cc
share/doc/glibmm-${V}/examples/thread/
share/doc/glibmm-${V}/examples/thread/dispatcher.cc
share/doc/glibmm-${V}/examples/thread/dispatcher2.cc
share/doc/glibmm-${V}/examples/thread/thread.cc
share/doc/glibmm-${V}/examples/thread/threadpool.cc

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-docs,v 1.1.1.1 2005/11/02 23:51:52 wilfried Exp $
@comment $OpenBSD: PLIST-docs,v 1.2 2006/02/04 15:29:30 bernd Exp $
share/doc/glibmm-${V}/
share/doc/glibmm-${V}/docs/
share/doc/glibmm-${V}/docs/images/
@ -519,3 +519,17 @@ share/doc/glibmm-${V}/docs/reference/html/value_8h.html
share/doc/glibmm-${V}/docs/reference/html/value__basictypes_8h.html
share/doc/glibmm-${V}/docs/reference/html/value__custom_8h.html
share/doc/glibmm-${V}/docs/reference/html/wrap_8h.html
share/doc/glibmm-${V}/examples/
share/doc/glibmm-${V}/examples/iochannel_stream/
share/doc/glibmm-${V}/examples/iochannel_stream/fdstream.cc
share/doc/glibmm-${V}/examples/iochannel_stream/fdstream.h
share/doc/glibmm-${V}/examples/iochannel_stream/main.cc
share/doc/glibmm-${V}/examples/markup/
share/doc/glibmm-${V}/examples/markup/parser.cc
share/doc/glibmm-${V}/examples/options/
share/doc/glibmm-${V}/examples/options/main.cc
share/doc/glibmm-${V}/examples/thread/
share/doc/glibmm-${V}/examples/thread/dispatcher.cc
share/doc/glibmm-${V}/examples/thread/dispatcher2.cc
share/doc/glibmm-${V}/examples/thread/thread.cc
share/doc/glibmm-${V}/examples/thread/threadpool.cc