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