| | in the first versions, debdelta was rapidly evolving | in my mind, so I had not yet decided exactly how | it would work | | now it is more stable, so it may be time to | write docs | | what is an easy and nice way of writing docs? I never did this
The mist easiest way os to use Perl POD format. See this message for start and ask me questions if you're not sure how to proceeed. #373929: debhelper: Add support for manual paged generated from *.pod files http://bugs.debian.org/308827 [manualpage.1.pod (text/plain, attachment)] [manpod.mk (text/plain, attachment)] Basicly: 1a. in debian/rules add target "man:" (see above URL) 1b. in debian/rules target "binary-arch:" have line: dh_installman debian/*.1 2. Write each debian/xxxx.1.pod (where xxxx is name of binary; one file for each) 3. Call the "man:" target to make manual pages $ make -f debian/rules man That's it. Jari -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]