From: Ben Elliston Date: Mon, 7 Mar 2011 02:38:02 +0000 (+1100) Subject: * Makefile.am (doc/dejagnu.texi): Conditional on MAINTAINER_MODE. X-Git-Tag: upstream/1.6.2~291 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e19e15a5d5eb36077187491166bd60f4bf8855a8;p=platform%2Fupstream%2Fdejagnu.git * Makefile.am (doc/dejagnu.texi): Conditional on MAINTAINER_MODE. * Makefile.in: Regenerate. --- diff --git a/ChangeLog b/ChangeLog index 9246569..c3513c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-03-07 Ben Elliston + + * Makefile.am (doc/dejagnu.texi): Conditional on MAINTAINER_MODE. + * Makefile.in: Regenerate. + 2011-03-06 Ben Elliston * configure.ac (AC_INIT): Set version to 1.5. diff --git a/Makefile.am b/Makefile.am index 981646e..0709489 100644 --- a/Makefile.am +++ b/Makefile.am @@ -245,6 +245,8 @@ dejagnu.rtf: $(XML) html: $(DOCBOOK2HTML) -o html $(srcdir)/doc/dejagnu.xml +if MAINTAINER_MODE doc/dejagnu.texi: $(XML) $(DOCBOOK2TEXI) --string-param directory-description="The GNU testing framework." --string-param directory-category="Programming" $(srcdir)/doc/dejagnu.xml mv dejagnu.texi $(srcdir)/doc +endif diff --git a/Makefile.in b/Makefile.in index 3f3691f..a0b24d9 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1438,9 +1438,9 @@ dejagnu.rtf: $(XML) html: $(DOCBOOK2HTML) -o html $(srcdir)/doc/dejagnu.xml -doc/dejagnu.texi: $(XML) - $(DOCBOOK2TEXI) --string-param directory-description="The GNU testing framework." --string-param directory-category="Programming" $(srcdir)/doc/dejagnu.xml - mv dejagnu.texi $(srcdir)/doc +@MAINTAINER_MODE_TRUE@doc/dejagnu.texi: $(XML) +@MAINTAINER_MODE_TRUE@ $(DOCBOOK2TEXI) --string-param directory-description="The GNU testing framework." --string-param directory-category="Programming" $(srcdir)/doc/dejagnu.xml +@MAINTAINER_MODE_TRUE@ mv dejagnu.texi $(srcdir)/doc # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded.