Skip to content

Commit c20f406

Browse files
committed
Added docs target
1 parent 2b9af54 commit c20f406

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile.in

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ BUILDDIR = build
77
INCDIRS += $(SRCDIR)/include
88
INCDIRS += $(SRCDIR)/cjson
99
LIBVPI = $(BUILDDIR)/verisocks.vpi
10+
DOCSDIR = docs
1011

1112
CC = @CC@
1213
CFLAGS = @CFLAGS@
@@ -45,7 +46,10 @@ $(BUILDDIR)/%.o: %.c
4546
@mkdir -p $(BUILDDIR)
4647
$(CC) -o $@ -c $(CFLAGS) $<
4748

48-
.PHONY: clean all
49+
.PHONY: clean all docs
50+
51+
docs:
52+
$(MAKE) -C $(DOCSDIR) html
4953

5054
clean:
5155
-$(RM) $(OBJS)

0 commit comments

Comments
 (0)