included some missing files in distribution
This commit is contained in:
parent
696f63fd64
commit
8fb1722389
3 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,7 @@ CLEANFILES = fluxbox.1 fluxstyle.1
|
||||||
MAINTAINERCLEANFILES = Makefile.in
|
MAINTAINERCLEANFILES = Makefile.in
|
||||||
man_MANS = fluxbox.1 fbsetroot.1 fbrun.1 fbsetbg.1 \
|
man_MANS = fluxbox.1 fbsetroot.1 fbrun.1 fbsetbg.1 \
|
||||||
startfluxbox.1 fluxstyle.1 fbrun.1 fluxbox-keys.5 fluxbox-remote.1
|
startfluxbox.1 fluxstyle.1 fbrun.1 fluxbox-keys.5 fluxbox-remote.1
|
||||||
EXTRA_DIST=fluxbox.1.in fbsetroot.1 fbrun.1 startfluxbox.1 fbsetbg.1 \
|
EXTRA_DIST=fluxbox.1.in fbsetroot.1 fbrun.1 fluxbox-keys.5 fluxbox-remote.1 startfluxbox.1 fbsetbg.1 \
|
||||||
fluxstyle.1.in CODESTYLE
|
fluxstyle.1.in CODESTYLE
|
||||||
distclean-local:
|
distclean-local:
|
||||||
rm -f *\~
|
rm -f *\~
|
||||||
|
|
|
@ -21,6 +21,8 @@ libFbTk_a_SOURCES = App.hh App.cc Color.cc Color.hh Command.hh \
|
||||||
EventHandler.hh EventManager.hh EventManager.cc \
|
EventHandler.hh EventManager.hh EventManager.cc \
|
||||||
FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \
|
FbWindow.hh FbWindow.cc Font.cc Font.hh FontImp.hh \
|
||||||
I18n.cc I18n.hh \
|
I18n.cc I18n.hh \
|
||||||
|
CommandParser.hh \
|
||||||
|
RadioMenuItem.hh \
|
||||||
ImageControl.hh ImageControl.cc \
|
ImageControl.hh ImageControl.cc \
|
||||||
LogicCommands.hh LogicCommands.cc \
|
LogicCommands.hh LogicCommands.cc \
|
||||||
MacroCommand.hh MacroCommand.cc \
|
MacroCommand.hh MacroCommand.cc \
|
||||||
|
|
|
@ -150,6 +150,7 @@ fluxbox_SOURCES = AtomHandler.hh ArrowButton.hh ArrowButton.cc \
|
||||||
IconButton.hh IconButton.cc \
|
IconButton.hh IconButton.cc \
|
||||||
IconbarTheme.hh IconbarTheme.cc \
|
IconbarTheme.hh IconbarTheme.cc \
|
||||||
Focusable.hh FocusableList.hh FocusableList.cc FocusableTheme.hh \
|
Focusable.hh FocusableList.hh FocusableList.cc FocusableTheme.hh \
|
||||||
|
WindowMenuAccessor.hh \
|
||||||
${newwmspec_SOURCE} ${gnome_SOURCE} \
|
${newwmspec_SOURCE} ${gnome_SOURCE} \
|
||||||
${REMEMBER_SOURCE} ${TOOLBAR_SOURCE}
|
${REMEMBER_SOURCE} ${TOOLBAR_SOURCE}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue