xbps-query: added a manual page.

This commit is contained in:
Juan RP
2012-11-06 11:05:27 +01:00
parent 11149f058c
commit e57e6669fb
2 changed files with 127 additions and 1 deletions

View File

@@ -4,6 +4,6 @@ TOPDIR = ../..
BIN = xbps-query
OBJS = main.o list.o show-deps.o show-info-files.o
OBJS += ownedby.o search.o
#MAN = $(BIN).8
MAN = $(BIN).8
include $(TOPDIR)/mk/prog.mk