diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-05-15 16:36:15 +0000 |
---|---|---|
committer | Gerald W. Carter <jerry@samba.org> | 2008-04-23 08:45:50 -0500 |
commit | e16f34e94302e06088c5279ae4b0dac875c30cd9 (patch) | |
tree | e6dbe312dd35d131c7ec73b788b13361bff72ec1 /docs/scripts/find_missing_doc.pl | |
parent | a1a6c5198a9f291ad2c774cdb0c8d9ced7c31cc7 (diff) | |
download | samba-e16f34e94302e06088c5279ae4b0dac875c30cd9.tar.gz samba-e16f34e94302e06088c5279ae4b0dac875c30cd9.tar.bz2 samba-e16f34e94302e06088c5279ae4b0dac875c30cd9.zip |
Allow specifying a directory with the samba sources
(This used to be commit 411a84c102eacd9865468304d3a19170e7daae35)
Diffstat (limited to 'docs/scripts/find_missing_doc.pl')
-rwxr-xr-x | docs/scripts/find_missing_doc.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/scripts/find_missing_doc.pl b/docs/scripts/find_missing_doc.pl index 2875cf77b8..545bf140ae 100755 --- a/docs/scripts/find_missing_doc.pl +++ b/docs/scripts/find_missing_doc.pl @@ -9,7 +9,7 @@ $topdir = (shift @ARGV) or $topdir = "."; $curdir = $ENV{PWD}; -chdir($topdir."/docs/docbook/smbdotconf"); +chdir("smbdotconf"); open(IN,"xsltproc --xinclude --param smb.context ALL generate-context.xsl parameters.all.xml|"); |