mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Followup to Jim's changes in mysqldoc tree. Unfortunately, it's too late for 4.0.14 :(
This commit is contained in:
parent
904cad8783
commit
c46f888fe3
1 changed files with 2 additions and 2 deletions
|
@ -40,10 +40,10 @@ paper: manual_a4.ps manual_letter.ps $(PDFMANUAL)
|
|||
# The Makefile contains the previous version so we can not use that
|
||||
include.texi: ../configure.in
|
||||
echo "@c This file is autogenerated by the Makefile" > $@
|
||||
echo -n "@set mysql_version " >> $@
|
||||
echo -n "@set mysqlversion " >> $@
|
||||
grep "AM_INIT_AUTOMAKE(mysql, " ../configure.in | \
|
||||
sed -e 's;AM_INIT_AUTOMAKE(mysql, ;;' -e 's;);;' >> $@
|
||||
echo -n "@set default_port " >> $@
|
||||
echo -n "@set defaultport " >> $@
|
||||
grep "MYSQL_TCP_PORT_DEFAULT=" ../configure.in | \
|
||||
sed -e 's;MYSQL_TCP_PORT_DEFAULT=;;' >> $@
|
||||
|
||||
|
|
Loading…
Reference in a new issue