Skip to content

make install fails because man/man1/json.1 not man/man1/json.bash.1 #5

@finchd

Description

@finchd

I attempted to install system-wide with sudo make install and it fails on the last line, which looks like a simple filename change:

install -c -m 0644 man/man1/json.bash.1 /usr/local/share/man/man1/
install: cannot stat ‘man/man1/json.bash.1’: No such file or directory
Makefile:27: recipe for target 'install' failed
make: *** [install] Error 1

so either the Makefile should be changed to reflect the manpage name, or change the manpage name back to 'json.bash.1'. Does 'man json' conflict with any other JSON libraries in other languages?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions