summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorBenjamin Drung <bdrung@ubuntu.com>2010-06-29 10:01:17 +0200
committerBenjamin Drung <bdrung@ubuntu.com>2010-06-29 10:01:17 +0200
commite8b98d4a2a505405b6380e206cc1e0f553753794 (patch)
tree4f7745e028b087f2d770b39ad20d90adac1af063 /man
parent42318926e1c1585ccc266c4607cb1d6e855bd0b9 (diff)
Imported Upstream version 2.4~alpha2
Diffstat (limited to 'man')
-rw-r--r--man/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/man/Makefile b/man/Makefile
index 0ad9c23..274b3ee 100644
--- a/man/Makefile
+++ b/man/Makefile
@@ -1,3 +1,14 @@
MAN = audacious2.1 audtool2.1
include ../buildsys.mk
+
+install-extra:
+ ${MKDIR_P} "${DESTDIR}${mandir}/${mansubdir}"
+ if test -h "${DESTDIR}${mandir}/${mansubdir}/audacious.1" ; then ${RM} "${DESTDIR}${mandir}/${mansubdir}/audacious.1" ; fi
+ ${LN_S} audacious2.1 "${DESTDIR}${mandir}/${mansubdir}/audacious.1"
+ if test -h "${DESTDIR}${mandir}/${mansubdir}/audtool.1" ; then ${RM} "${DESTDIR}${mandir}/${mansubdir}/audtool.1" ; fi
+ ${LN_S} audtool2.1 "${DESTDIR}${mandir}/${mansubdir}/audtool.1"
+
+uninstall-extra:
+ if test -h "${DESTDIR}${mandir}/${mansubdir}/audacious.1" ; then ${RM} "${DESTDIR}${mandir}/${mansubdir}/audacious.1" ; fi
+ if test -h "${DESTDIR}${mandir}/${mansubdir}/audtool.1" ; then ${RM} "${DESTDIR}${mandir}/${mansubdir}/audtool.1" ; fi