Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalwareutils.git;a=commitdiff;h=09f6e76afac901d017551e1c0bd02083d676912b
commit 09f6e76afac901d017551e1c0bd02083d676912b Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Mon Nov 5 13:10:07 2007 +0100 move netconfig manpage to section 1 from section 5 as it no longer just describes its config file diff --git a/Makefile b/Makefile index d32ba5a..e8adeab 100644 --- a/Makefile +++ b/Makefile @@ -42,8 +42,8 @@ install: $(INSTALL) -d $(DESTDIR)$(fwlibdir) $(INSTALL) -d $(DESTDIR)$(libexecdir) $(INSTALL) -d $(DESTDIR)$(sysconfdir)/sysconfig/network + $(INSTALL) -d $(DESTDIR)$(mandir)/man1 $(INSTALL) -d $(DESTDIR)$(mandir)/man3 - $(INSTALL) -d $(DESTDIR)$(mandir)/man5 $(INSTALL) -d $(DESTDIR)$(includedir) +$(DO_RECURSIVE) diff --git a/doc/Makefile b/doc/Makefile index 2f8f9fc..a0b07c6 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -31,7 +31,7 @@ endif install: ifneq ($(asciidoc),) - $(INSTALL) -m644 $(MANS) $(DESTDIR)$(man1dir) + $(INSTALL) -m644 $(MANS) $(DESTDIR)$(mandir)/man1 endif clean: _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
