From 7a9ab423c87c1decf79e9168323a5c5bfbf80550 Mon Sep 17 00:00:00 2001 From: charlet Date: Mon, 29 Oct 2012 10:41:40 +0000 Subject: 2012-10-29 Vincent Celier * projects.texi: Clarify documentation of attribute Ignore_Source_Sub_Dirs. 2012-10-29 Robert Dewar * g-sechas.adb, g-sechas.ads, exp_ch9.adb, bindgen.adb, exp_dbug.adb, exp_dbug.ads: Minor reformatting. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192922 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ada/projects.texi | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'gcc/ada/projects.texi') diff --git a/gcc/ada/projects.texi b/gcc/ada/projects.texi index fafb1d125de..ed42094df07 100644 --- a/gcc/ada/projects.texi +++ b/gcc/ada/projects.texi @@ -286,9 +286,14 @@ There are several ways of defining source directories: It is often desirable to remove, from the source directories, directory subtrees rooted at some subdirectories. An example is the subdirectories created by a Version Control System such as Subversion that creates directory - subtrees .svn/**. To do that, attribute @b{Ignore_Source_Sub_Dirs} can be - used. It specifies the list of simple file names for the root of these - undesirable directory subtrees. + subtrees rooted at subdirectories ".svn". To do that, attribute + @b{Ignore_Source_Sub_Dirs} can be used. It specifies the list of simple + file names for the roots of these undesirable directory subtrees. + +@smallexample + @b{for} Source_Dirs @b{use} ("./**"); + @b{for} Ignore_Source_Sub_Dirs @b{use} (".svn"); +@end smallexample @end itemize -- cgit v1.2.1