[ANNOUNCEMENT] Re: jdupes-1.21.0-1
Thomas Wolff
towo@towo.net
Mon Oct 3 20:13:46 GMT 2022
Am 03.10.2022 um 21:25 schrieb Federico Kircheis:
> On 10/3/22 20:25, Thomas Wolff wrote:
>>
>>
>> Am 02.10.2022 um 23:27 schrieb Federico Kircheis:
>>> Version 1.21.0-1 of jdupes has been uploaded.
>>>
>>> jdupes is a program for finding and acting on duplicate files
>>>
>>> On GitHub it is possible to find the changelog for the new release:
>>>
>>> https://github.com/jbruchon/jdupes/releases
>>>
>>> Federico
>> The help output mentions a manpage but there is none in the package.
>>
>
> Thank you for checking.
>
> I am not sure what the error could be.
> From my build folder:
>
> ----
> > tree .\jdupes\jdupes-1.21.0-1.x86_64\inst
> Folder PATH listing for volume Windows
> Volume serial number is 00000046 78D6:FE93
> C:\CYGPORT-PS\JDUPES\JDUPES-1.21.0-1.X86_64\INST
> ├───bin
> ├───share
> │ └───man
> │ └───man1
> └───usr
> ├───lib
> │ └───debug
> │ └───bin
> ├───share
> │ └───doc
> │ └───jdupes
> └───src
> └───debug
> └───jdupes-1.21.0-1
> > ls .\jdupes\jdupes-1.21.0-1.x86_64\inst\share\man\man1\
> jdupes.1
> ----
>
> I suppose that "jdupes.1" is the file that man shows to the end-user.
>
> Also from the makefile
>
> ----
> install: $(PROGRAM_NAME) installdirs
> $(INSTALL_PROGRAM) $(PROGRAM_NAME)
> $(DESTDIR)$(BIN_DIR)/$(PROGRAM_NAME)
> $(INSTALL_DATA) $(PROGRAM_NAME).1
> $(DESTDIR)$(MAN_DIR)/$(PROGRAM_NAME).$(MAN_EXT)
> ----
>
> and in the cygport file I do a cygmake install...
>
> Could it be that "jdupes.1" should go in another directory?
It should go into /usr/share/man/man1/.
>
> I am not familiar with man pages (as developer)
I am not really familiar with cygport, sorry. It needs trial-and-error
in my experience.
More information about the Cygwin
mailing list