mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03:00
cleanup
This commit is contained in:
@ -31,7 +31,7 @@ EXAMPLES = $(wildcard examples/*.cpp)
|
|||||||
rm -fr tmp
|
rm -fr tmp
|
||||||
mkdir tmp
|
mkdir tmp
|
||||||
cp $(SRCDIR)/json.hpp tmp
|
cp $(SRCDIR)/json.hpp tmp
|
||||||
./send_to_wandbox.py tmp $< > $@.tmp
|
scripts/send_to_wandbox.py tmp $< > $@.tmp
|
||||||
/bin/echo -n "<a target=\"_blank\" href=\"`cat $@.tmp`\"><b>online</b></a>" > $@
|
/bin/echo -n "<a target=\"_blank\" href=\"`cat $@.tmp`\"><b>online</b></a>" > $@
|
||||||
rm -fr tmp $@.tmp
|
rm -fr tmp $@.tmp
|
||||||
|
|
||||||
@ -55,7 +55,7 @@ doxygen: create_output create_links
|
|||||||
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: clean doxygen check_output
|
upload: clean doxygen check_output
|
||||||
cd html ; ../git-update-ghpages nlohmann/json
|
cd html ; ../scripts/git-update-ghpages nlohmann/json
|
||||||
rm -fr html
|
rm -fr html
|
||||||
open http://nlohmann.github.io/json/
|
open http://nlohmann.github.io/json/
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user