Re: [Refdb-devel] Docs in split packages
Status: Beta
Brought to you by:
mhoenicka
From: David N. <dav...@sw...> - 2006-08-14 14:48:13
|
Hi Markus, Markus Hoenicka wrote: > You should now be able to build three packages: > > --disable-clients --disable-docs (server package) > --disable-server --disable-docs (client package) > --disable-server --disable-clients (doc package) > > Both the client and the server builds should be accompanied by their > respective man pages. Let me know if I got something wrong here. Have built clients and server packages so far. The doc package is still to come. Results of first attempt to build split debian packages: 1. Man pages No man pages at all built for client or server. 2. Duplicate files These directories and their contents build in both clients and server: /usr/share/refdb/sql, and /usr/share/refdb/examples. Obviously this is not allowed in package building as the same files cannot be under the control of multiple packages. Regards, David. |