Skip to content

Commit ec7a205

Browse files
author
chad-iris
committed
Remove steps in install target that no longer work. Fixes #47
1 parent 7d0f009 commit ec7a205

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ install: shared
8888
mseed.pc.in > $(DESTDIR)$(LIBDIR)/pkgconfig/mseed.pc
8989
@mkdir -p $(DESTDIR)$(DOCDIR)/example
9090
@cp -r example $(DESTDIR)$(DOCDIR)/
91-
@cp doc/libmseed-UsersGuide $(DESTDIR)$(DOCDIR)/
92-
@mkdir -p $(DESTDIR)$(MAN3DIR)
93-
@cp -a doc/ms*.3 $(DESTDIR)$(MAN3DIR)/
9491

9592
.SUFFIXES: .c .o .lo
9693

0 commit comments

Comments
 (0)