This commit is contained in:
speedie 2023-03-26 01:22:14 +01:00
parent f09f7a178d
commit 67e89cdf3f

View file

@ -74,14 +74,14 @@ uninstall:
$(DESTDIR)$(PREFIX)/bin/spmenu* $(DESTDIR)$(PREFIX)/bin/spmenu*
help: help:
@echo install: Installs spmenu. You may need to run this as root. @echo install: Installs spmenu. You may need to run this as root.
@echo uninstall: Uninstalls spmenu. You may need to run this as root. @echo uninstall: Uninstalls spmenu. You may need to run this as root.
@echo dist: Creates a release for spmenu. @echo dist: Creates a release for spmenu.
@echo clean: Removes objects and tarballs. @echo clean: Removes objects and tarballs.
@echo man: Generate man page for spmenu @echo man: Generate man page for spmenu
@echo compat: Installs compatibility with dmenu. WARNING: This will overwrite dmenu and dmenu_run @echo compat: Installs compatibility with dmenu. WARNING: This will overwrite dmenu and dmenu_run
@echo pkg_arch: Creates an Arch package based on the PKGBUILD @echo pkg_arch: Creates an Arch package based on the PKGBUILD
@echo help: Displays this help sheet. @echo help: Displays this help sheet.
man: man:
printf "%% spmenu(1) $(VERSION) | dynamic menu\n" > .man.md printf "%% spmenu(1) $(VERSION) | dynamic menu\n" > .man.md