From f6a3163a089c0a86863ff2cecc6ed58a038aef6f Mon Sep 17 00:00:00 2001 From: pengbo Date: Tue, 8 Nov 2016 11:09:56 +0900 Subject: [PATCH] fix 3.6alpha1, beta1 compile error and allow "make dist" to include generated man apges. --- doc.ja/src/sgml/Makefile.am | 2 +- doc/src/sgml/Makefile.am | 2 +- src/include/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc.ja/src/sgml/Makefile.am b/doc.ja/src/sgml/Makefile.am index 25f579611..f973f272b 100644 --- a/doc.ja/src/sgml/Makefile.am +++ b/doc.ja/src/sgml/Makefile.am @@ -38,7 +38,7 @@ JADE.rtf.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d stylesheet.dsl JADE_html = $(JADE) $(SPFLAGS) -d stylesheet.dsl\#html -t sgml -i html -V website-stylesheet -EXTRA_DIST = $(ALLSGML) html +EXTRA_DIST = $(ALLSGML) html man1 man8 ## ## Man pages diff --git a/doc/src/sgml/Makefile.am b/doc/src/sgml/Makefile.am index ae447037d..3f5d33897 100644 --- a/doc/src/sgml/Makefile.am +++ b/doc/src/sgml/Makefile.am @@ -37,7 +37,7 @@ JADE.rtf.call = $(JADE) $(JADEFLAGS) $(SGMLINCLUDE) $(CATALOG) -d stylesheet.dsl JADE_html = $(JADE) $(SPFLAGS) -d stylesheet.dsl\#html -t sgml -i html -V website-stylesheet -EXTRA_DIST = $(ALLSGML) html +EXTRA_DIST = $(ALLSGML) html man1 man8 ## ## Man pages diff --git a/src/include/Makefile.am b/src/include/Makefile.am index bfc3c7ee3..a140e4178 100644 --- a/src/include/Makefile.am +++ b/src/include/Makefile.am @@ -5,4 +5,4 @@ DEFS = @DEFS@ \ EXTRA_DIST = auth \ context query_cache\ - parser pool.h pcp pool_type.h pool_config.h protocol rewrite version.h utils watchdog config.h config.h.in + parser pool.h pcp pool_type.h pool_config.h protocol rewrite version.h utils watchdog config.h config.h.in pool_config_variables.h -- 2.39.5