[sawfish] man/Makefile.in
- From: Christopher Bratusek <chrisb src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [sawfish] man/Makefile.in
- Date: Sun, 20 Sep 2009 14:59:20 +0000 (UTC)
commit 0130458b8acf055fa05cd98b7a0a0e6efcfda9c8
Author: chrisb <zanghar freenet de>
Date: Sun Sep 20 16:58:24 2009 +0200
man/Makefile.in
ChangeLog | 6 ++++++
man/Makefile.in | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 4933774..c6f14c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,12 @@
* themes/Crux/theme.jl: make default text-color of inactive frames black
for better readability
+ * man/sawfish.1
+ * man/sawfish-client.1
+ * man/sawfish-ui.1
+ * man/Makefile.in: actually add man-pages to git
+ improve man target
+
2009-09-19 Christopher Bratusek <zanghar freenet de>
* lisp/sawfish/wm/commands/user.jl
* lisp/sawfish/wm/workspace.jl: move display-workspace-name & helpers to workspace.jl
diff --git a/man/Makefile.in b/man/Makefile.in
index 865476e..5ebe4f4 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -51,7 +51,7 @@ install : sawfish.info installdirs
done
-install-info --info-dir=$(DESTDIR)$(infodir) sawfish.info
for f in sawfish*.1; do \
- gzip $$f; \
+ gzip $$f -c > $$f.gz; \
$(INSTALL_DATA) $$f.gz $(DESTDIR)/usr/share/man/man1/; \
done
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]