mirror of
https://github.com/nlohmann/json
synced 2024-11-15 00:31:05 +00:00
cleanup
This commit is contained in:
parent
eb782770de
commit
c8ced4ecbc
@ -31,7 +31,7 @@ EXAMPLES = $(wildcard examples/*.cpp)
|
||||
rm -fr tmp
|
||||
mkdir 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>" > $@
|
||||
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
|
||||
|
||||
upload: clean doxygen check_output
|
||||
cd html ; ../git-update-ghpages nlohmann/json
|
||||
cd html ; ../scripts/git-update-ghpages nlohmann/json
|
||||
rm -fr html
|
||||
open http://nlohmann.github.io/json/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user