diff options
author | lenz@mysql.com <> | 2003-02-24 11:34:41 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2003-02-24 11:34:41 +0100 |
commit | 111f4af6a4bba95b94ab2bef80df4cffec160b79 (patch) | |
tree | 0d2219dbcf274d39d5ed68207b4e53ea47415a59 /Docs | |
parent | 726e59827ab92beabb0e352e1329c1d5c616dc3b (diff) | |
download | mariadb-git-111f4af6a4bba95b94ab2bef80df4cffec160b79.tar.gz |
- re-added missing reservedwords.texi (disappeared after last merge with
3.23.x) and removed mirrors.texi again
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am index 7d1d2ee8cbd..af771a5728d 100644 --- a/Docs/Makefile.am +++ b/Docs/Makefile.am @@ -22,7 +22,7 @@ targets = manual.txt mysql.info manual.html BUILT_SOURCES = $(targets) manual_toc.html include.texi EXTRA_DIST = $(noinst_SCRIPTS) $(BUILT_SOURCES) mysqld_error.txt \ - INSTALL-BINARY mirrors.texi + INSTALL-BINARY reservedwords.texi all: $(targets) txt_files |