Browse Source

Add message about generating manpage

Show a message that informs what's being done when running "make".
pull/5/head
George Vlahavas 9 years ago
parent
commit
66ef18f89f
  1. 1
      Makefile

1
Makefile

@ -2,6 +2,7 @@ PREFIX ?= /usr/local
DESTDIR ?= /
man:
@echo "Generating manpage..."
@txt2tags -o man/xdgmenumaker.1 man/xdgmenumaker.t2t || \
echo "WARNING: txt2tags is not installed. The xdgmenumaker manpage will not be created."

Loading…
Cancel
Save