From e4b21a908d86238baa0e2a74ef27ab7ab3d77419 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Sun, 21 Oct 2018 18:50:18 +0100 Subject: [PATCH] fix CLI:--manpath not found issue --- MANIFEST.in | 2 +- Makefile | 2 +- tqdm.1 => tqdm/tqdm.1 | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename tqdm.1 => tqdm/tqdm.1 (100%) diff --git a/MANIFEST.in b/MANIFEST.in index 316b5f6d..d4e995f0 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -17,4 +17,4 @@ recursive-include tqdm/auto *.py # Examples/Documentation recursive-include examples *.py include README.rst -include tqdm.1 +include tqdm/tqdm.1 diff --git a/Makefile b/Makefile index 69d9e778..0034c189 100644 --- a/Makefile +++ b/Makefile @@ -85,7 +85,7 @@ viewasv: asv publish asv preview -tqdm.1: .tqdm.1.md +tqdm/tqdm.1: .tqdm.1.md python -m tqdm --help | tail -n+5 | cat "$<" - |\ sed -r 's/^ (--.*)=<(.*)> : (.*)$$/\n\\\1=*\2*\n: \3./' |\ sed -r 's/ (-.*, --.*) /\n\1\n: /' |\ diff --git a/tqdm.1 b/tqdm/tqdm.1 similarity index 100% rename from tqdm.1 rename to tqdm/tqdm.1