Browse code

makefile

guangchuang yu authored on 03/01/2017 11:03:14
Showing 1 changed files

  • Makefile index 34dd241..e360250 100644
... ...
@@ -51,14 +51,6 @@ mkdocs: mdfiles
51 51
 	Rscript -e 'library(ypages); add_biobabble("index.html")'
52 52
 
53 53
 
54
-mysoftware:
55
-	git submodule add -f git@github.com:GuangchuangYu/mysoftware.git mkdocs/mysoftware;\
56
-	mv mkdocs/mysoftware mkdocs/mysoftware2;\
57
-	git submodule deinit mkdocs/mysoftware;\
58
-	git rm mkdocs/mysoftware;\
59
-	mv mkdocs/mysoftware2 mkdocs/mysoftware;\
60
-	rm -rf mkdocs/mysoftware/.git
61
-
62 54
 mdfiles:
63 55
 	cd mkdocs;\
64 56
 	Rscript -e 'library(ypages); gendoc("src/index.md", "blue", "docs/index.md")';\