Move xbps utils manpages to the section 1 (user commands).

This commit is contained in:
Juan RP
2015-05-16 09:45:35 +02:00
parent d01eea2f94
commit fcdd71aac4
13 changed files with 366 additions and 349 deletions

View File

@@ -3,7 +3,7 @@
OBJS ?= main.o
BINS = $(BIN)
MANSECTION ?= 8
MANSECTION ?= 1
MAN ?= $(BIN).$(MANSECTION)
ifdef BUILD_STATIC