xbps/bin/xbps-repo/Makefile
Juan RP 4c1ae5d3d6 xbps-repo: improve genindex target, reorganize main.c file.
- genindex: use new recently added function, remove some objects from
  generated pkg dictionaries, they will be fetched remotely.
- moved some code from main.c into repository.c.

--HG--
extra : convert_revision : xtraeme%40gmail.com-20091125043204-nbtdtaxkga3dad2h
2009-11-25 04:32:04 +00:00

9 lines
142 B
Makefile

TOPDIR = ../..
include $(TOPDIR)/vars.mk
BIN = xbps-repo
OBJS = main.o util.o index.o repository.o
MAN = $(BIN).8
include $(TOPDIR)/prog.mk