Skip to content

cargo install or some way to install the man page #21

@Rangi42

Description

@Rangi42

I had to manually run install -m 644 rgbobj.1 /usr/local/share/man/man1.

An rgbds-style Makefile could suffice:

.PHONY: install

Q       := @
PREFIX  := /usr/local
mandir  := ${PREFIX}/share/man
MANMODE := 644

install:
	$Qcargo install
	$Qinstall -m ${MANMODE} rgbobj.1 ${DESTDIR}${mandir}/man1/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions