add man page

This commit is contained in:
2024-12-19 11:45:52 -06:00
parent 49dab6feaa
commit 8ac77308f4
3 changed files with 47 additions and 1 deletions

View File

@ -17,6 +17,9 @@ install: XD
mkdir -p $(PREFIX)/bin
cp -f XD $(PREFIX)/bin
chmod 755 $(PREFIX)/bin/XD
mkdir -p $(MANDIR)/man1
cp -f XD.1 $(MANDIR)/man1
chmod 644 $(PREFIX)/man1/XD.1
uninstall: XD
rm -f $(PREFIX)/bin/XD
rm -f $(PREFIX)/bin/XD $(MANDIR)/man1/XD.1