]> git.pld-linux.org Git - packages/mysql.git/blob - mysql-docs_make.patch
- release 1.9 - consider bunping to rel 2 and rebuild with fixed init.
[packages/mysql.git] / mysql-docs_make.patch
1 diff -Naur mysql-3.23.25-beta/Docs/Makefile.am mysql-3.23.25-beta-p/Docs/Makefile.am
2 --- mysql-3.23.25-beta/Docs/Makefile.am Wed Sep 27 10:51:44 2000
3 +++ mysql-3.23.25-beta-p/Docs/Makefile.am       Thu Oct 12 21:40:23 2000
4 @@ -18,7 +18,7 @@
5                         Support/generate-mirror-listing.pl
6  info_TEXINFOS =                manual.texi
7  
8 -targets =              manual.txt mysql.info manual.html manual.pdf
9 +targets =              mysql.info manual.html
10  
11  BUILT_SOURCES =                $(targets) manual_toc.html include.texi
12  EXTRA_DIST =           $(noinst_SCRIPTS) $(BUILT_SOURCES) mysqld_error.txt INSTALL-BINARY
13 --- mysql-3.23.25-beta/Docs/Makefile.in Wed Sep 27 11:02:20 2000
14 +++ mysql-3.23.25-beta-p/Docs/Makefile.in       Thu Oct 12 22:03:10 2000
15 @@ -168,7 +168,7 @@
16  
17  info_TEXINFOS = manual.texi
18  
19 -targets = manual.txt mysql.info manual.html manual.pdf
20 +targets = manual.txt mysql.info manual.html
21  
22  BUILT_SOURCES = $(targets) manual_toc.html include.texi
23  EXTRA_DIST = $(noinst_SCRIPTS) $(BUILT_SOURCES) mysqld_error.txt INSTALL-BINARY
This page took 0.03934 seconds and 3 git commands to generate.