Skip to content
Snippets Groups Projects
Commit 52bcf86c authored by rswindell's avatar rswindell
Browse files

Missing rule to checkout docs dir.

parent f3b43118
No related branches found
No related tags found
No related merge requests found
......@@ -133,6 +133,11 @@ ifndef NOCVS
$(CVS_CO) -r $(CVSTAG) text
endif
$(SBBSDIR)/docs: cvslogin
ifndef NOCVS
$(CVS_CO) -r $(CVSTAG) docs
endif
$(SBBSDIR)/exec: cvslogin
ifndef NOCVS
$(CVS_CO) -r $(CVSTAG) exec
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment