Add man page already built
This commit is contained in:
parent
9e32e5011c
commit
f3af8d52dc
3 changed files with 1 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,7 +2,6 @@ uwufetch
|
|||
*.zip
|
||||
*.idea
|
||||
*.vscode
|
||||
*.gz
|
||||
*.1
|
||||
.DS_STORE
|
||||
.prettierrc
|
||||
|
|
2
Makefile
2
Makefile
|
@ -22,7 +22,7 @@ debug:
|
|||
$(CC) $(CFLAGS_DEBUG) -o $(NAME) $(FILES)
|
||||
./uwufetch
|
||||
|
||||
install: build man
|
||||
install: build
|
||||
cp $(NAME) $(DESTDIR)$(PREFIX)/$(NAME)
|
||||
ls $(DESTDIR)$(LIBDIR)/uwufetch > /dev/null || mkdir $(DESTDIR)$(LIBDIR)/uwufetch
|
||||
cp res/* $(DESTDIR)$(LIBDIR)/uwufetch
|
||||
|
|
BIN
uwufetch.1.gz
Normal file
BIN
uwufetch.1.gz
Normal file
Binary file not shown.
Loading…
Reference in a new issue