cleanup
This commit is contained in:
parent
eb782770de
commit
c8ced4ecbc
3 changed files with 2 additions and 2 deletions
|
@ -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/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue