diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-01-04 18:42:25 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-01-04 18:42:25 +0000 |
| commit | bbb403aab82519384d86f9fd7071a8ace72fca3a (patch) | |
| tree | eca0e52d7b3d93a3f9602c0bc5e4c2cde7bceec6 | |
| parent | 97019b8b77f7e6450d87b057bcb6eae43e9f3e2b (diff) | |
add buttons to the tree.rm stupid comments in Makefile.ams
| -rw-r--r-- | Makefile.am | 2 | ||||
| -rw-r--r-- | configure.ac | 1 | ||||
| -rw-r--r-- | data/Makefile.am | 4 | ||||
| -rw-r--r-- | data/styles/Makefile.am | 2 | ||||
| -rw-r--r-- | doc/Makefile.am | 2 | ||||
| -rw-r--r-- | util/Makefile.am | 2 | ||||
| -rw-r--r-- | util/epist/Makefile.am | 2 |
7 files changed, 2 insertions, 13 deletions
diff --git a/Makefile.am b/Makefile.am index c4f22a70..8e58a9e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/configure.ac b/configure.ac index e1f0978b..a0c1cc64 100644 --- a/configure.ac +++ b/configure.ac @@ -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 ]) diff --git a/data/Makefile.am b/data/Makefile.am index 93bdd3b4..a6285855 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,6 +1,4 @@ -# data/Makefile.am for Openbox - -SUBDIRS = styles +SUBDIRS = styles buttons CLEANFILES = menu MAINTAINERCLEANFILES = Makefile.in diff --git a/data/styles/Makefile.am b/data/styles/Makefile.am index 1bbe453f..f5d3ba7f 100644 --- a/data/styles/Makefile.am +++ b/data/styles/Makefile.am @@ -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 \ diff --git a/doc/Makefile.am b/doc/Makefile.am index 58999a95..6edbf8f3 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,3 @@ -# doc/Makefile.am for Openbox - CLEANFILES = openbox.1 MAINTAINERCLEANFILES = Makefile.in man_MANS = openbox.1 bsetroot.1 bsetbg.1 diff --git a/util/Makefile.am b/util/Makefile.am index bdc2476d..7bcc85d8 100644 --- a/util/Makefile.am +++ b/util/Makefile.am @@ -1,5 +1,3 @@ -# util/Makefile.am for Blackbox - an X11 Window manager - CPPFLAGS= @CPPFLAGS@ #SUBDIRS = epist diff --git a/util/epist/Makefile.am b/util/epist/Makefile.am index ceb54b76..359eaa0f 100644 --- a/util/epist/Makefile.am +++ b/util/epist/Makefile.am @@ -1,5 +1,3 @@ -# util/epist/Makefile.am for Blackbox - an X11 Window manager - DEFAULT_RC=$(pkgdatadir)/epistrc CLEANFILES = epist.1 epistrc.5 |
