diff --git a/docs/Makefile b/docs/Makefile index 86a33602..f919be94 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -1,4 +1,3 @@ - ifeq ($(LD_RELEASE_VERSION),) TITLE=LaunchDarkly Ruby SDK else @@ -20,6 +19,7 @@ html: dependencies lib/**/*.rb \ lib/**/**/*.rb \ lib/**/**/**/*.rb + rm -f build/html/frames.html dependencies: gem install --conservative yard