mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
build-docs: Use 'git clean' instead of 'git-clean'.
Karolin
This commit is contained in:
parent
1115b7b342
commit
12e72140b9
@ -4,7 +4,7 @@ DOCSRCDIR=`dirname $0`/../docs-xml
|
||||
|
||||
cd $DOCSRCDIR || exit 1
|
||||
|
||||
git-clean -d -x -f
|
||||
git clean -d -x -f
|
||||
autoconf && \
|
||||
./configure --with-papersize=letter && \
|
||||
make smbdotconf/parameters.all.xml && \
|
||||
|
Loading…
Reference in New Issue
Block a user