diff --git a/doc/Makefile b/doc/Makefile index 7fda8500b..df13ae40a 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -41,6 +41,11 @@ doxygen: create_output gsed -i 's@< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType >@@g' html/*.html gsed -i 's@< ObjectType, ArrayType, StringType, BooleanType, NumberIntegerType, NumberFloatType, AllocatorType >@@g' html/*.html +upload: doxygen + cd html ; ../git-update-ghpages nlohmann/json + rm -fr html + open http://nlohmann.github.io/json/ + ########################################################################## # docset