close #1107216, buildsystem issue
This commit is contained in:
parent
b97c3db251
commit
079279c693
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
(Format: Year/Month/Day)
|
||||
Changes for 0.9.13
|
||||
*05/04/27:
|
||||
* Close #1107216 (from the OpenBSD patches)
|
||||
nls/Makefile.am
|
||||
* Fix #1182770 (Mathias)
|
||||
session.screen*.workspaces: <int> and the number of
|
||||
workspaces in the running fluxbox were out of sync and lead to
|
||||
|
|
|
@ -17,5 +17,5 @@ distclean-local:
|
|||
rm -f *\~
|
||||
|
||||
fluxbox-nls.hh:
|
||||
chmod +x nlsinfo
|
||||
./nlsinfo -H -N FBNLS $(top_srcdir)/src $(top_srcdir)/util > fluxbox-nls.hh
|
||||
chmod +x {srcdir}/nlsinfo
|
||||
${srcdir}/nlsinfo -H -N FBNLS $(top_srcdir)/src $(top_srcdir)/util > fluxbox-nls.hh
|
||||
|
|
Loading…
Reference in a new issue