aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/language.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/language.txt b/doc/language.txt
deleted file mode 100644
index 97815f6..0000000
--- a/doc/language.txt
+++ /dev/null
@@ -1,5 +0,0 @@
-- Normally variable names should be like C-identifiers plus '.'. In
- particular, in simple expansion (i.e., $package-$version) we assume
- characters [/-] end the name. But this can be overrident with paren-
- expansion (i.e., $(package-version)). In assignment we always use
- full name until space, '=', or '=+'.