This is the mail archive of the automake-cvs@sources.redhat.com mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

automake ./ChangeLog ./Makefile.in ./NEWS ./au ...


CVSROOT:	/cvs/automake
Module name:	automake
Changes by:	adl@sourceware.org	2004-12-30 23:10:52

Modified files:
	.              : ChangeLog Makefile.in NEWS automake.in 
	doc            : Makefile.in automake.texi stamp-vti 
	                 version.texi 
	lib            : Makefile.in 
	lib/Automake   : Makefile.in Rule.pm 
	lib/Automake/tests: Makefile.in 
	lib/am         : Makefile.in texinfos.am 
	m4             : Makefile.in 
	tests          : Makefile.in exdir2.test overrid.test 
	                 txinfo10.test txinfo21.test 

Log message:
	Support for `install-dvi', `install-html', `install-ps', and
	`install-pdf', as recently introduced into the GNU Coding
	Standard.
	
	* automake.in (handle_factored_dependencies): Reject
	uninstall-dvi-local, uninstall-html-local, uninstall-info-local,
	uninstall-ps-local, and uninstall-pdf-local.  Allow
	install-info-local even when no-installinfo is not used.
	(handle_data): Allow datarootdir, dvidir, htmldir, pdfdir, and psdir.
	(%standard_prefix): Declare these new standard directory variables.
	* doc/automake.texi (Texinfo, Third-Party Makefiles): Document
	install-dvi, install-html, install-pdf, and install-ps.
	(Extending): Document install-local-dvi, install-local-html,
	install-local-info, install-local-pdf, and install-local-ps.
	* lib/Automake/Rule.pm (%dependencies): Add new install rules,
	and remove uninstall-info.
	* /cvs/automake/automake/lib/am/texinfos.am (install-dvi,
	install-dvi-am, install-dvi-recursive, install-html,
	install-html-am, install-html-recursive, install-pdf,
	install-pdf-am, install-pdf-recursive, install-ps, install-ps-am,
	install-ps-recursive, uninstall-dvi-am, uninstall-html-am,
	uninstall-pdf-am, uninstall-ps-am): New rules.
	(uninstall-info): Delete.
	* tests/txinfo21.test: Augment to check for these new rules.
	* tests/exdir2.test: Do not use `htmldir' as example of
	undefined directory.
	* tests/overrid.test: Do not be fooled by install-ps and
	install-html.
	* tests/txinfo10.test: Do not grep for uninstall-info-recursive.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/ChangeLog.diff?cvsroot=automake&r1=1.2724&r2=1.2725
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/Makefile.in.diff?cvsroot=automake&r1=1.510&r2=1.511
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/NEWS.diff?cvsroot=automake&r1=1.291&r2=1.292
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/automake.in.diff?cvsroot=automake&r1=1.1593&r2=1.1594
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/doc/Makefile.in.diff?cvsroot=automake&r1=1.44&r2=1.45
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/doc/automake.texi.diff?cvsroot=automake&r1=1.81&r2=1.82
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/doc/stamp-vti.diff?cvsroot=automake&r1=1.78&r2=1.79
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/doc/version.texi.diff?cvsroot=automake&r1=1.78&r2=1.79
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/lib/Makefile.in.diff?cvsroot=automake&r1=1.117&r2=1.118
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/lib/Automake/Makefile.in.diff?cvsroot=automake&r1=1.128&r2=1.129
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/lib/Automake/Rule.pm.diff?cvsroot=automake&r1=1.8&r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/lib/Automake/tests/Makefile.in.diff?cvsroot=automake&r1=1.58&r2=1.59
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/lib/am/Makefile.in.diff?cvsroot=automake&r1=1.105&r2=1.106
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/lib/am/texinfos.am.diff?cvsroot=automake&r1=1.114&r2=1.115
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/m4/Makefile.in.diff?cvsroot=automake&r1=1.263&r2=1.264
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/Makefile.in.diff?cvsroot=automake&r1=1.748&r2=1.749
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/exdir2.test.diff?cvsroot=automake&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/overrid.test.diff?cvsroot=automake&r1=1.4&r2=1.5
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/txinfo10.test.diff?cvsroot=automake&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/automake/tests/txinfo21.test.diff?cvsroot=automake&r1=1.3&r2=1.4


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]