aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--nls/Makefile.am4
2 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 06306e1..500d11d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.13 2Changes for 0.9.13
3*05/04/27: 3*05/04/27:
4 * Close #1107216 (from the OpenBSD patches)
5 nls/Makefile.am
4 * Fix #1182770 (Mathias) 6 * Fix #1182770 (Mathias)
5 session.screen*.workspaces: <int> and the number of 7 session.screen*.workspaces: <int> and the number of
6 workspaces in the running fluxbox were out of sync and lead to 8 workspaces in the running fluxbox were out of sync and lead to
diff --git a/nls/Makefile.am b/nls/Makefile.am
index 867a4df..52be2fc 100644
--- a/nls/Makefile.am
+++ b/nls/Makefile.am
@@ -17,5 +17,5 @@ distclean-local:
17 rm -f *\~ 17 rm -f *\~
18 18
19fluxbox-nls.hh: 19fluxbox-nls.hh:
20 chmod +x nlsinfo 20 chmod +x {srcdir}/nlsinfo
21 ./nlsinfo -H -N FBNLS $(top_srcdir)/src $(top_srcdir)/util > fluxbox-nls.hh 21 ${srcdir}/nlsinfo -H -N FBNLS $(top_srcdir)/src $(top_srcdir)/util > fluxbox-nls.hh