add buttons to the tree.rm stupid comments in Makefile.ams
This commit is contained in:
parent
97019b8b77
commit
bbb403aab8
7 changed files with 2 additions and 13 deletions
|
@ -1,5 +1,3 @@
|
|||
# Makefile.am for Openbox
|
||||
|
||||
SUBDIRS = po data doc otk src scripts
|
||||
MAINTAINERCLEANFILES = aclocal.m4 config.h.in configure Makefile.in stamp-h.in
|
||||
|
||||
|
|
|
@ -375,6 +375,7 @@ AC_CONFIG_FILES([Makefile po/Makefile.in
|
|||
doc/Makefile
|
||||
doc/doxygen/Makefile
|
||||
data/Makefile
|
||||
data/buttons/Makefile
|
||||
data/styles/Makefile
|
||||
version.h
|
||||
])
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
# data/Makefile.am for Openbox
|
||||
|
||||
SUBDIRS = styles
|
||||
SUBDIRS = styles buttons
|
||||
CLEANFILES = menu
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# data/styles/Makefile.am for Openbox
|
||||
|
||||
styledir = $(pkgdatadir)/styles
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
style_DATA = artwiz bbs bluebox cthulhain deep fieron flux frobozz frobust \
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# doc/Makefile.am for Openbox
|
||||
|
||||
CLEANFILES = openbox.1
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
man_MANS = openbox.1 bsetroot.1 bsetbg.1
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# util/Makefile.am for Blackbox - an X11 Window manager
|
||||
|
||||
CPPFLAGS= @CPPFLAGS@
|
||||
|
||||
#SUBDIRS = epist
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
# util/epist/Makefile.am for Blackbox - an X11 Window manager
|
||||
|
||||
DEFAULT_RC=$(pkgdatadir)/epistrc
|
||||
|
||||
CLEANFILES = epist.1 epistrc.5
|
||||
|
|
Loading…
Reference in a new issue