diff options
Diffstat (limited to 'source/x/x11')
-rw-r--r-- | source/x/x11/build/xcb-proto | 2 | ||||
-rw-r--r-- | source/x/x11/post-install/libxcb.post-install | 7 | ||||
-rw-r--r-- | source/x/x11/post-install/xcb-proto.post-install | 2 |
3 files changed, 3 insertions, 8 deletions
diff --git a/source/x/x11/build/xcb-proto b/source/x/x11/build/xcb-proto index b8626c4c..d00491fd 100644 --- a/source/x/x11/build/xcb-proto +++ b/source/x/x11/build/xcb-proto @@ -1 +1 @@ -4 +1 diff --git a/source/x/x11/post-install/libxcb.post-install b/source/x/x11/post-install/libxcb.post-install index ebaacfd8..ed65ff56 100644 --- a/source/x/x11/post-install/libxcb.post-install +++ b/source/x/x11/post-install/libxcb.post-install @@ -23,11 +23,6 @@ # Add documentation: mkdir -p $PKG/usr/doc/libxcb-$MODULAR_PACKAGE_VERSION cp -a \ - COPYING INSTALL NEWS README \ + COPYING* NEWS* README* \ $PKG/usr/doc/libxcb-$MODULAR_PACKAGE_VERSION mv $PKG/usr/share/doc/libxcb/tutorial $PKG/usr/doc/libxcb-$MODULAR_PACKAGE_VERSION -# The manual isn't building for now, so... -rm -rf $PKG/usr/share/doc/libxcb -rmdir $PKG/usr/share/doc -rmdir $PKG/usr/share - diff --git a/source/x/x11/post-install/xcb-proto.post-install b/source/x/x11/post-install/xcb-proto.post-install index eb341027..d620c9dc 100644 --- a/source/x/x11/post-install/xcb-proto.post-install +++ b/source/x/x11/post-install/xcb-proto.post-install @@ -1,5 +1,5 @@ # Add documentation: mkdir -p $PKG/usr/doc/xcb-proto-$MODULAR_PACKAGE_VERSION cp -a \ - COPYING README \ + COPYING* README* NEWS* TODO* \ $PKG/usr/doc/xcb-proto-$MODULAR_PACKAGE_VERSION |