all repos — fluxbox @ 6bc0fcf88b67ff727fbddfb70752d0116ab8f025

custom fork of the fluxbox windowmanager

added fluxbox-generate_menu
fluxgen fluxgen
commit

6bc0fcf88b67ff727fbddfb70752d0116ab8f025

parent

d2051b5cdc5ccc835bd33d980536607f41e88968

1 files changed, 4 insertions(+), 1 deletions(-)

jump to
M util/Makefile.amutil/Makefile.am

@@ -1,6 +1,6 @@

# util/Makefile.am for Blackbox 0.61.x - an X11 Window manager SUBDIRS = fbrun -bin_SCRIPTS = bsetbg +bin_SCRIPTS = bsetbg fluxbox-generate_menu bin_PROGRAMS = bsetroot bsetroot_SOURCES = bsetroot.cc bsetroot.hh bsetroot_LDADD = ../src/BaseDisplay.o ../src/Timer.o ../src/Image.o ../src/i18n.o ../src/FbAtoms.o

@@ -13,3 +13,6 @@ rm -f *\~

bsetroot.o: bsetroot.cc ../config.h bsetroot.hh ../src/BaseDisplay.hh \ ../src/Timer.hh ../src/Image.hh ../src/FbAtoms.hh + +../data/menu: fluxbox-generate_menu + ./fluxbox-generate_menu -o ../data/menu -p ${prefix}/share -m "Fluxbox-${VERSION}"