diff options
author | 2014-01-16 22:28:17 +0100 | |
---|---|---|
committer | 2014-01-17 20:28:51 +0000 | |
commit | a624cfe24ef15e4a3d6bfb2850b08fa5c53c1aa6 (patch) | |
tree | 2d189f0aec46ac8e57e1f483d275c2edb7450044 | |
parent | 4c81478038e9983c3b743332b259e13bdc397bc5 (diff) | |
download | paludis-a624cfe24ef15e4a3d6bfb2850b08fa5c53c1aa6.tar.gz paludis-a624cfe24ef15e4a3d6bfb2850b08fa5c53c1aa6.tar.xz |
doc: create missing html pages for a few commands
- cave-print-checksum.html
- cave-print-checksum-algorithms.html
- cave-print-unmanaged-files.html
were missing.
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | doc/clients/Makefile.am | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 920b84ed7..4f23b71d7 100644 --- a/.gitignore +++ b/.gitignore @@ -107,6 +107,8 @@ tags /doc/clients/cave-perform.html /doc/clients/cave-print-best-version.html /doc/clients/cave-print-categories.html +/doc/clients/cave-print-checksum.html +/doc/clients/cave-print-checksum-algorithms.html /doc/clients/cave-print-commands.html /doc/clients/cave-print-dependent-ids.html /doc/clients/cave-print-environment-metadata.html @@ -128,6 +130,7 @@ tags /doc/clients/cave-print-sets.html /doc/clients/cave-print-spec.html /doc/clients/cave-print-sync-protocols.html +/doc/clients/cave-print-unmanaged-files.html /doc/clients/cave-print-unused-distfiles.html /doc/clients/cave-purge.html /doc/clients/cave-report.html diff --git a/doc/clients/Makefile.am b/doc/clients/Makefile.am index 026abe652..885f77212 100644 --- a/doc/clients/Makefile.am +++ b/doc/clients/Makefile.am @@ -49,6 +49,8 @@ CAVE_COMMANDS_HTML = \ cave-perform.html \ cave-print-best-version.html \ cave-print-categories.html \ + cave-print-checksum.html \ + cave-print-checksum-algorithms.html \ cave-print-commands.html \ cave-print-dependent-ids.html \ cave-print-environment-metadata.html \ @@ -70,6 +72,7 @@ CAVE_COMMANDS_HTML = \ cave-print-sets.html \ cave-print-spec.html \ cave-print-sync-protocols.html \ + cave-print-unmanaged-files.html \ cave-print-unused-distfiles.html \ cave-purge.html \ cave-report.html \ |