13 lines
288 B
Makefile
13 lines
288 B
Makefile
MANPAGES = \
|
|
winemaker.de.UTF-8.man.in \
|
|
winemaker.fr.UTF-8.man.in \
|
|
winemaker.man.in
|
|
|
|
.PHONY: install install-dev uninstall
|
|
|
|
install install-dev:: install-man-pages
|
|
$(INSTALL_SCRIPT) $(srcdir)/winemaker $(DESTDIR)$(bindir)/winemaker
|
|
|
|
uninstall::
|
|
$(RM) $(DESTDIR)$(bindir)/winemaker
|