* admin/update_autogen: Remove unused variables.
This commit is contained in:
parent
3aad70326d
commit
4424970b2b
1 changed files with 1 additions and 3 deletions
|
@ -248,7 +248,7 @@ info_dir ()
|
|||
rm -f $outfile
|
||||
cp $basefile $outfile
|
||||
|
||||
local topic file dircat dirent
|
||||
local topic file dircat
|
||||
|
||||
## FIXME inefficient looping.
|
||||
for topic in "Texinfo documentation system" "Emacs" "GNU Emacs Lisp" \
|
||||
|
@ -292,8 +292,6 @@ EOF
|
|||
|
||||
[ "$autogendir" ] && {
|
||||
|
||||
oldpwd=$PWD
|
||||
|
||||
cp $genfiles $autogendir/
|
||||
|
||||
cd $autogendir || die "cd error for $autogendir"
|
||||
|
|
Loading…
Add table
Reference in a new issue