diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-30 12:49:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-30 12:49:11 +0200 |
commit | 13b9b8fbaa8c3fd3a2e459039f8f6f5b4d3560ee (patch) | |
tree | f46a58c7678fd27fd533735e798a9df5886cfe50 /doc/language.txt | |
parent | db065c9b6ebf86c726f0bd97bd3d1729139f7a8c (diff) |
Remove unused file
Diffstat (limited to 'doc/language.txt')
-rw-r--r-- | doc/language.txt | 5 |
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 '=+'. |