diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-07-24 15:48:40 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-07-24 15:48:40 +0200 |
commit | 1308c8404e19aacc6458b3813d445857620a60a8 (patch) | |
tree | 78f64ccd6f05b29991e74fccfa1d9d22bfaa91b2 /doc/manual/command-ref/command-ref.xml | |
parent | 05a282295f3d454c811f9bdd9b755f6a5c07c190 (diff) |
Remove DocBook manual
Diffstat (limited to 'doc/manual/command-ref/command-ref.xml')
-rw-r--r-- | doc/manual/command-ref/command-ref.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/manual/command-ref/command-ref.xml b/doc/manual/command-ref/command-ref.xml deleted file mode 100644 index cfad9b7d7..000000000 --- a/doc/manual/command-ref/command-ref.xml +++ /dev/null @@ -1,20 +0,0 @@ -<part xmlns="http://docbook.org/ns/docbook" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns:xi="http://www.w3.org/2001/XInclude" - version="5.0" - xml:id='part-command-ref'> - -<title>Command Reference</title> - -<partintro> -<para>This section lists commands and options that you can use when you -work with Nix.</para> -</partintro> - -<xi:include href="opt-common.xml" /> -<xi:include href="env-common.xml" /> -<xi:include href="main-commands.xml" /> -<xi:include href="utilities.xml" /> -<xi:include href="files.xml" /> - -</part> |