]> git.sur5r.net Git - i3/i3/commitdiff
debian: use debian/i3-wm.manpages instead of manuall installing manpages
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 15 Oct 2011 21:36:03 +0000 (22:36 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 15 Oct 2011 21:36:03 +0000 (22:36 +0100)
debian/i3-wm.manpages [new file with mode: 0644]
debian/rules

diff --git a/debian/i3-wm.manpages b/debian/i3-wm.manpages
new file mode 100644 (file)
index 0000000..828a26d
--- /dev/null
@@ -0,0 +1,7 @@
+man/i3.1
+man/i3-msg.1
+man/i3-input.1
+man/i3-nagbar.1
+man/i3-config-wizard.1
+man/i3-migrate-config-to-v4.1
+i3bar/doc/i3bar.1
index e62dd5eec074e09b51bfc3de626a378c4e590489..4ef9801be93a74a2e1ca06731cbc7eb33f3cf5f0 100755 (executable)
@@ -46,15 +46,6 @@ install: build
 
        # Add here commands to install the package into debian/i3-wm
        $(MAKE) DESTDIR=$(CURDIR)/debian/i3-wm/ install
-       mkdir -p $(CURDIR)/debian/i3-wm/usr/share/man/man1
-       cp man/i3.1 $(CURDIR)/debian/i3-wm/usr/share/man/man1
-       cp man/i3-msg.1 $(CURDIR)/debian/i3-wm/usr/share/man/man1
-       cp man/i3-input.1 $(CURDIR)/debian/i3-wm/usr/share/man/man1
-       cp man/i3-nagbar.1 $(CURDIR)/debian/i3-wm/usr/share/man/man1
-       cp man/i3-config-wizard.1 $(CURDIR)/debian/i3-wm/usr/share/man/man1
-       cp man/i3-migrate-config-to-v4.1 $(CURDIR)/debian/i3-wm/usr/share/man/man1
-       cp i3bar/doc/i3bar.1 $(CURDIR)/debian/i3-wm/usr/share/man/man1
-
 
 # Build architecture-independent files here.
 binary-indep: build install