forked from CTU-Bern/btable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
make.do
25 lines (19 loc) · 1.19 KB
/
make.do
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// 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
*run test
cd "test"
do "00_masterfile.do"
*generate make file
cd ".."
make btable, replace toc pkg version(1.2.1) ///
license("Academic Free License v3.0") ///
author("Lukas Bütikofer") ///
affiliation("CTU Bern") ///
email("lukas.buetikofer@ctu.unibe.ch") ///
url("https://github.com/CTU-Bern/btable") ///
title("btable") ///
description("Summary tables") ///
install("btable.ado;btable.sthlp;btable_format.ado;btable_format.sthlp;RMST.ado;RMST.sthlp;wmwTest.ado;wmwTest.sthlp;empty_line.ado;empty_line.sthlp") ///
ancillary("")