summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <mbiebl@gmail.com>2008-05-10 18:47:55 +0200
committerMichael Biebl <mbiebl@gmail.com>2008-05-10 18:47:55 +0200
commitc6c675a5d85e0a3cf664eeb2e936102623cbf8d2 (patch)
tree90b5c0398ff9c2fd096215b0bae5721498a43cf8
parent2ceff51a323d13ab9b8df1a0b6db46b436d8e053 (diff)
Create symlinks for pm-action man page
Create symlinks for pm-suspend.8, pm-suspend-hybrid.8 and pm-hibernate.8 pointing to pm-action.8
-rw-r--r--man/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 5b17379..de5892c 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -22,5 +22,11 @@ MAINTAINERCLEANFILES = \
.xml.8:
$(XMLTO) man $?
+install-data-hook:
+ -mkdir -p $(DESTDIR)$(mandir)/man8
+ -ln -s pm-action.8 $(DESTDIR)$(mandir)/man8/pm-suspend.8
+ -ln -s pm-action.8 $(DESTDIR)$(mandir)/man8/pm-hibernate.8
+ -ln -s pm-action.8 $(DESTDIR)$(mandir)/man8/pm-suspend-hybrid.8
+
clean-local :
rm -f *~