Skip to content

Commit

Permalink
Updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
rajamukherji committed Nov 6, 2021
1 parent 326d36b commit 98a44a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
5 changes: 3 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
rabs (2.21.0) UNRELEASED; urgency=medium
rabs (2.22.0) UNRELEASED; urgency=medium

* Updates.
* Updates.
Expand Down Expand Up @@ -29,5 +29,6 @@ rabs (2.21.0) UNRELEASED; urgency=medium
* Updates.
* Updates.
* Updates.
* Updates.

-- Raja Mukherji <raja@localhost.localdomain> Wed, 27 Oct 2021 09:28:17 +0100
-- Raja Mukherji <raja@localhost.localdomain> Sat, 06 Nov 2021 10:04:58 +0000
4 changes: 0 additions & 4 deletions docs/library/expr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ expr
The value of an expression target is the return value of its build function.


:mini:`meth string(Target: exprtarget): string`
Converts the value of an expression target to a string, calling its build function first if necessary.


:mini:`fun expr(Name: string): exprtarget`
Returns a new expression target with :mini:`Name`.

Expand Down
4 changes: 0 additions & 4 deletions docs/library/file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ file
Returns a new file target. If :mini:`Path` does not begin with `/`, it is considered relative to the current context path. If :mini:`Path` is specified as an absolute path but lies inside the project directory, it is converted into a relative path.


:mini:`meth string(Target: filetarget): string`
Returns the absolute resolved path of :mini:`Target` as a string.


:mini:`meth (Target: filetarget):dir: filetarget`
Returns the directory containing :mini:`Target`.

Expand Down
2 changes: 1 addition & 1 deletion minilang

0 comments on commit 98a44a2

Please sign in to comment.