X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=PACKAGE-MAINTAINER;h=953fac5390c7e02b68fd417d5d9076a2d9c6ed1a;hb=eedb25765590460d328f42364cc2396a6fcd9f0e;hp=22e10997c81a33b7d3864ba6a55dc6b06a874d77;hpb=3e11c66aebab5947cfdec7ac18cb1a5c707f6896;p=i3%2Fi3 diff --git a/PACKAGE-MAINTAINER b/PACKAGE-MAINTAINER index 22e10997..953fac53 100644 --- a/PACKAGE-MAINTAINER +++ b/PACKAGE-MAINTAINER @@ -23,14 +23,10 @@ x-terminal-emulator symlink in Debian, please use it in i3-sensible-terminal. On debian, compilation and installing the manpages looks like this: - # Compilation - $(MAKE) - $(MAKE) -C man - - # Installation - $(MAKE) DESTDIR=$(CURDIR)/debian/i3-wm/ install - mkdir -p $(CURDIR)/debian/i3-wm/usr/share/man/man1 - cp man/*.1 $(CURDIR)/debian/i3-wm/usr/share/man/man1 + autoreconf -fi + mkdir -p build && cd build + ../configure + make -j8 install Please make sure that i3-migrate-config-to-v4 and i3-config-wizard are installed with i3. The Perl script is necessary to (automatically) convert v3 @@ -42,7 +38,7 @@ If you have any questions, ideas, hints, problems or whatever, please do not hesitate to contact me. I will help you out. Just drop me an E-Mail (find the address at https://michael.stapelberg.de/Impressum/, scroll down to bottom), contact me using the same address in jabber or ask on our IRC channel: -(#i3 on irc.twice-irc.de). +(#i3 on irc.freenode.net). Thanks again for your efforts, Michael