Browse Source

Make the location of xdgmenumaker configurable

The xdgmenumaker executable can be anywhere set by the MM variable when
running make for testing, like:

  make test MM=/usr/local/bin/xdgmenumaker
pull/5/head
George Vlahavas 9 years ago
parent
commit
aa077339b7
  1. 2
      tests/Makefile

2
tests/Makefile

@ -1,4 +1,4 @@
MM = ../src/xdgmenumaker
MM ?= ../src/xdgmenumaker
test: clean generate
@for i in `ls menus_correct/`; do \

Loading…
Cancel
Save