The command for generating the html  nochunks file:

  docbook2html --nochunks rsync.sgml

generates the rsync.html in the doc directory.  So the command:

  install -v -m644 dox/html/*  /usr/share/doc/rsync-3.0.9/api

fails.  All documents are successfully installed with the command:

  install -v -m644 doc/rsync.* /usr/share/doc/rsync-3.0.9
or:
  install -v -m644 doc/rsync.* /usr/share/doc/rsync-3.0.9/api

Please confirm,

Sami Tarazi
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to