Skip to content

Commit

Permalink
API: removing documentation build from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
jeras committed Jul 7, 2017
1 parent 2dacb2b commit 0196be0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,8 @@ all: $(LIBRP)
$(LIBRP):
$(MAKE) -C src

docapi:
$(MAKE) -C doc

clean:
$(MAKE) -C src clean
$(MAKE) -C doc clean

install:
$(MAKE) -C src install INSTALL_DIR=$(abspath $(INSTALL_DIR))

0 comments on commit 0196be0

Please sign in to comment.