timewarrior icon indicating copy to clipboard operation
timewarrior copied to clipboard

Timewarrior 1.7.1 Linux built from source no help or man pages

Open qiuxiaomu opened this issue 1 year ago • 1 comments

Hi Team, I recently installed timewarrior 1.7.1 from source exactly as instructed in the README. However the installation came with no man page available when I did timew help summary or man timew or man timew-summary.

I've tried both sudo make install and sudo checkinstall.

I am running MX Linux 21 wildflower, a variant based on Debian 11.1.

qiuxiaomu avatar Jul 02 '24 12:07 qiuxiaomu

Is Asciidoctor available on your system? It is required to build the man pages (when you have not used the tarball). 🤔

lauft avatar Jul 02 '24 21:07 lauft

I don't understand why we need to "build the man pages" . They are included in the tarball. They just need to be put into place.

hymie0 avatar Mar 24 '25 17:03 hymie0

I recently installed timewarrior 1.7.1 from source...

... They are included in the tarball. They just need to be put into place.

In my previous answer I misinterpreted this as having checked out the repository, and building and installing Timewarrior from there. Here, Asciidoctor is required for the man pages.

The generated man pages are included in the tar ball, but they are not put into place when Asciidoctor is missing. This should be fixed with #656

lauft avatar Apr 03 '25 20:04 lauft