From 931506031bbf51051200b67f096fe02620e6fbf5 Mon Sep 17 00:00:00 2001 From: Judd Vinet Date: Mon, 18 Mar 2002 09:36:01 +0000 Subject: Imported from pacman-1.2.tar.gz --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5184a572..3e1d0b0d 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ BINDIR = /usr/bin MANDIR = /usr/man ETCDIR = /etc -VERSION = 1.1 +VERSION = 1.2 LIBTAR_VERSION = 1.2.4 CXX = gcc @@ -45,7 +45,7 @@ pacman: $(OBJECTS) pacman.o: pacman.c pacman.h $(CXX) $(CXXFLAGS) -c pacman.c -man: pacman.8 +man: pacman.8 pacsync.8 makepkg.8 %: %.in sed -e "s/#VERSION#/$(VERSION)/" $< > $@ @@ -62,11 +62,14 @@ libtar: install: all install -D -m0755 pacman $(DESTDIR)$(BINDIR)/pacman install -D -m0644 pacman.8 $(DESTDIR)$(MANDIR)/man8/pacman.8 + install -D -m0644 pacsync.8 $(DESTDIR)$(MANDIR)/man8/pacsync.8 + install -D -m0644 makepkg.8 $(DESTDIR)$(MANDIR)/man8/makepkg.8 install -D -m0755 makepkg $(DESTDIR)$(BINDIR)/makepkg install -D -m0755 makeworld $(DESTDIR)$(BINDIR)/makeworld + install -D -m0755 pacsync $(DESTDIR)$(BINDIR)/pacsync @echo "" @echo "*** If this is a first-time install, you should copy makepkg.conf" - @echo "*** to /etc now." + @echo "*** and pacsync.conf to /etc now." @echo "" clean: -- cgit v1.2.3-24-g4f1b