10 lines
319 B
Makefile
10 lines
319 B
Makefile
# data/styles/Makefile.am for Openbox
|
|
|
|
styledir = $(pkgdatadir)/styles
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
style_DATA = artwiz bluebox cthulhain deep flux frobozz frobust nyz nyzclone operation outcomes shade steelblue steelblue2 the_orange trisb twice
|
|
|
|
distclean-local:
|
|
rm -f *\~ .\#*
|
|
uninstall-am:
|
|
rmdir $(styledir)
|