forked from worldbank/pip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmake.do
18 lines (14 loc) · 1.1 KB
/
make.do
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// the 'make.do' file is automatically created by 'github' package.
// execute the code below to generate the package installation files.
// DO NOT FORGET to update the version of the package, if changed!
// for more information visit http://github.com/haghish/github
make pip, replace toc pkg readme version(0.0.0.9002) ///
license("MIT") ///
author("R.Andres Castaneda") ///
affiliation("The World Bank") ///
email("[email protected]") ///
url("") ///
title("Poverty and Inequality Platform Stata wrapper") ///
description("World Bank PIP API Stata wrapper") ///
install("pip.ado;pip.sthlp;pip_cl.ado;pip_clean.ado;pip_countries.sthlp;pip_examples.ado;pip_info.ado;pip_query.ado") ///
ancillary("")