Skip to content

Commit

Permalink
Install pristine-comp manpage.
Browse files Browse the repository at this point in the history
  • Loading branch information
g2p committed Jul 17, 2010
1 parent bfd2095 commit 77f842c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
build: zgz/zgz pristine-tar.spec
pod2man -c pristine-tar pristine-tar > pristine-tar.1
pod2man -c pristine-gz pristine-gz > pristine-gz.1
pod2man -c pristine-bz2 pristine-bz2 > pristine-bz2.1
pod2man -c pristine-comp pristine-comp > pristine-comp.1
pod2man -c zgz zgz.pod > zgz.1

ZGZ_SOURCES = zgz/zgz.c zgz/bits.c zgz/deflate.c zgz/gzip.c zgz/trees.c zgz/util.c \
Expand All @@ -15,6 +14,8 @@ install:
install pristine-tar pristine-comp pristine-gz pristine-bz2 zgz/zgz \
$(DESTDIR)/usr/bin
install -m 0644 *.1 $(DESTDIR)/usr/share/man/man1
ln -Tsf pristine-comp.1 $(DESTDIR)/usr/share/man/man1/pristine-gz.1
ln -Tsf pristine-comp.1 $(DESTDIR)/usr/share/man/man1/pristine-bz2.1

clean: pristine-tar.spec
rm -f zgz/zgz *.1
Expand Down

0 comments on commit 77f842c

Please sign in to comment.