aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/ede.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/misc/ede.texi')
-rw-r--r--doc/misc/ede.texi16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi
index 6d5c1b93a94..7ab386c97a4 100644
--- a/doc/misc/ede.texi
+++ b/doc/misc/ede.texi
@@ -1038,7 +1038,7 @@ details on using @eieio{} to extending classes, and writing methods.
1038 1038
1039If you intend to extend @ede{}, it is most likely that a new target type is 1039If you intend to extend @ede{}, it is most likely that a new target type is
1040needed in one of the existing project types. The rest of this chapter 1040needed in one of the existing project types. The rest of this chapter
1041will discuss extending the @code{ede-project} class, and it's targets. 1041will discuss extending the @code{ede-project} class, and its targets.
1042See @file{project-am.el} for basic details on adding targets to it. 1042See @file{project-am.el} for basic details on adding targets to it.
1043 1043
1044For the @code{ede-project} type, the core target class is called 1044For the @code{ede-project} type, the core target class is called
@@ -1477,7 +1477,7 @@ Get the inode of the directory project @var{PROJ} is in.
1477@end deffn 1477@end deffn
1478 1478
1479@deffn Method ede-project-root :AFTER this 1479@deffn Method ede-project-root :AFTER this
1480If a project knows it's root, return it here. 1480If a project knows its root, return it here.
1481Allows for one-project-object-for-a-tree type systems. 1481Allows for one-project-object-for-a-tree type systems.
1482@end deffn 1482@end deffn
1483 1483
@@ -1486,7 +1486,7 @@ Find a subproject of @var{PROJ} that corresponds to @var{DIR}.
1486@end deffn 1486@end deffn
1487 1487
1488@deffn Method ede-project-root-directory :AFTER this &optional file 1488@deffn Method ede-project-root-directory :AFTER this &optional file
1489If a project knows it's root, return it here. 1489If a project knows its root, return it here.
1490Allows for one-project-object-for-a-tree type systems. 1490Allows for one-project-object-for-a-tree type systems.
1491Optional @var{FILE} is the file to test. It is ignored in preference 1491Optional @var{FILE} is the file to test. It is ignored in preference
1492of the anchor file for the project. 1492of the anchor file for the project.
@@ -2516,7 +2516,7 @@ In sources for @var{THIS}, change version numbers to @var{VERSION}.
2516@end deffn 2516@end deffn
2517 2517
2518@deffn Method project-delete-target :AFTER ot 2518@deffn Method project-delete-target :AFTER ot
2519Delete the current target @var{OT} from it's parent project. 2519Delete the current target @var{OT} from its parent project.
2520@end deffn 2520@end deffn
2521 2521
2522@deffn Method ede-target-sourcecode :AFTER this 2522@deffn Method ede-target-sourcecode :AFTER this
@@ -2715,7 +2715,7 @@ Converts all symbols into the objects to be used.
2715@end deffn 2715@end deffn
2716 2716
2717@deffn Method project-delete-target :AFTER this 2717@deffn Method project-delete-target :AFTER this
2718Delete the current target @var{THIS} from it's parent project. 2718Delete the current target @var{THIS} from its parent project.
2719@end deffn 2719@end deffn
2720 2720
2721@deffn Method ede-proj-makefile-target-name :AFTER this 2721@deffn Method ede-proj-makefile-target-name :AFTER this
@@ -4013,7 +4013,7 @@ Type: @code{list}
4013 4013
4014The commands used to execute this compiler. 4014The commands used to execute this compiler.
4015The object which uses this compiler will place these commands after 4015The object which uses this compiler will place these commands after
4016it's rule definition. 4016its rule definition.
4017 4017
4018@item :autoconf 4018@item :autoconf
4019Type: @code{list} @* 4019Type: @code{list} @*
@@ -4125,7 +4125,7 @@ Type: @code{list}
4125 4125
4126The commands used to execute this compiler. 4126The commands used to execute this compiler.
4127The object which uses this compiler will place these commands after 4127The object which uses this compiler will place these commands after
4128it's rule definition. 4128its rule definition.
4129 4129
4130@item :objectextention 4130@item :objectextention
4131Type: @code{string} 4131Type: @code{string}
@@ -4265,7 +4265,7 @@ Type: @code{list}
4265 4265
4266The commands used to execute this compiler. 4266The commands used to execute this compiler.
4267The object which uses this compiler will place these commands after 4267The object which uses this compiler will place these commands after
4268it's rule definition. 4268its rule definition.
4269 4269
4270@item :objectextention 4270@item :objectextention
4271Type: @code{string} 4271Type: @code{string}