Files
mongo/src/docs/Makefile
Keith Bostic 475ef84bf3 Now that wiredtiger/docs no longer contains the sources, "cleanup" is
simpler, just discard the directory and re-create it.

Put the cleanup code in dist/s_docs, not src/docs/Makefile
2012-05-11 09:05:21 +00:00

8 lines
100 B
Makefile

all:
@(cd ../../dist && sh s_docs -t)
clean:
@(cd ../../dist && sh s_docs -a)
.PHONY: all clean