Skip to content

Commit 0b331e5

Browse files
committed
Add a make docs target
1 parent 0c62007 commit 0b331e5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mk/docs.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
# Doc variables and rules
33
######################################################################
44

5+
docs: $(DOCS)
6+
57
doc/version.texi: $(MKFILES) rust.texi
68
@$(call E, version-stamp: $@)
79
$(Q)echo "@macro gitversion" >$@

0 commit comments

Comments
 (0)