diff --git a/CHANGELOG.md b/CHANGELOG.md index 37fbbda..d83ffdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### next -* TODO: Replace this bullet point with an actual description of a change. +* Just a retag of 1.2.1 ### 1.2.2 diff --git a/Makefile b/Makefile index 6e734e9..5547835 100644 --- a/Makefile +++ b/Makefile @@ -136,8 +136,14 @@ shell-irb: docs: # Build the API documentation + @$(RM) -rf doc/api @$(call run-shell,$(BUNDLE) exec $(YARD) -q && \ $(BUNDLE) exec $(YARD) stats --list-undoc --compact) + @$(MKDIR) -p doc/api/doc doc/api/assets + @$(CP) -ar doc/assets doc/api/doc + @$(CP) -ar doc/assets/* doc/api/assets + # + # Docs: file://$(abspath doc/api)/index.html notes: # Print the code statistics (library and test suite)