Skip to content

Commit

Permalink
Fixes #14990: Remove local doc build when installing ncf
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdall committed May 31, 2019
1 parent d34bb34 commit fcab277
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,10 @@ all: install
depend: localdepends
localdepends:

build: doc doc/ncf.1

# Install ncf in DESTDIR
install: build
install:
mkdir -p $(DESTDIR)
mkdir -p $(DESTDIR)/share/doc/ncf
$(CP_A) doc $(DESTDIR)/share/doc/ncf/
$(CP_A) examples $(DESTDIR)/share/doc/ncf/
$(INSTALL) -m 644 README.md $(DESTDIR)/share/doc/ncf/
mkdir -p $(DESTDIR)/share/ncf
Expand Down Expand Up @@ -106,4 +103,4 @@ clean:

distclean: clean

.PHONY: all test doc clean distclean depend localdepend build install
.PHONY: all test doc clean distclean depend localdepend install

0 comments on commit fcab277

Please sign in to comment.