Adapt Makefile to use without pandoc
This commit is contained in:
parent
2485577d77
commit
49d9cb0523
1 changed files with 3 additions and 6 deletions
9
Makefile
9
Makefile
|
@ -18,8 +18,7 @@ else ifeq ($(shell uname), FreeBSD)
|
|||
MANDIR = /usr/share/man/man1
|
||||
endif
|
||||
|
||||
CC = cc
|
||||
MAN_COMPILER = pandoc
|
||||
CC = cc
|
||||
|
||||
|
||||
build: $(FILES)
|
||||
|
@ -51,10 +50,8 @@ termux_uninstall:
|
|||
rm -rf $(DESTDIR)/data/data/com.termux/files/usr/lib/uwufetch/
|
||||
|
||||
man:
|
||||
$(MAN_COMPILER) $(NAME)_man.md -st man -o $(NAME).1
|
||||
@gzip $(NAME).1
|
||||
gzip --keep $(NAME).1
|
||||
|
||||
man_debug:
|
||||
$(MAN_COMPILER) $(NAME)_man.md -st man -o $(NAME).1
|
||||
@clear
|
||||
@man -P cat ./uwufetch.1
|
||||
man -P cat ./uwufetch.1
|
||||
|
|
Loading…
Reference in a new issue