diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-09-21 09:16:55 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:38:34 -0500 |
commit | cc6fae19aec734aa71e93d92b2e1a8145170c811 (patch) | |
tree | f3c98da041bf9135e21d88234ccb47425e9cb91c /source4/pidl/README | |
parent | 3e4f47aaff41b5bb6d1d86025915a3a63dc1ea73 (diff) | |
download | samba-cc6fae19aec734aa71e93d92b2e1a8145170c811.tar.gz samba-cc6fae19aec734aa71e93d92b2e1a8145170c811.tar.bz2 samba-cc6fae19aec734aa71e93d92b2e1a8145170c811.zip |
r10380: Use pod-style documentation rather then XML-doc, in good perl style.
(This used to be commit fcc1ba97a3dd955208d8d9555ff8dab455239412)
Diffstat (limited to 'source4/pidl/README')
-rw-r--r-- | source4/pidl/README | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/pidl/README b/source4/pidl/README index 7458344761..c90105a0ef 100644 --- a/source4/pidl/README +++ b/source4/pidl/README @@ -22,11 +22,6 @@ Run Makefile.PL to generate the Makefile. Then run "make install" (as root) to install. -Documentation: -============== -Run 'make doc' to generate the manpage and a HTML version of the manpage. -This requires the xsltproc utility to be installed. - Internals overview: =================== |