Skip to content

Commit

Permalink
Separating moxygen, fixing install on the fly and adding functions dt…
Browse files Browse the repository at this point in the history
…_create_pkg() and dt_less()
  • Loading branch information
George Vega committed Apr 15, 2014
1 parent c971ea3 commit c59fe4c
Show file tree
Hide file tree
Showing 4 changed files with 402 additions and 299 deletions.
16 changes: 15 additions & 1 deletion build_devtools.do
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,22 @@ mata mata mlib create ldevtools, replace
do devtools.mata
do dt_capture.mata
do dt_st_chars.mata
do dt_moxygen.mata
mata mata mlib add ldevtools dt_*(), complete

mata dt_moxygen(("devtools.mata","dt_capture.mata","dt_st_chars.mata"), "devtools.hlp")
/* Documenting source code */
mata dt_moxygen(("devtools.mata","dt_capture.mata","dt_st_chars.mata","dt_moxygen.mata"), "devtools_source.hlp")

/*
Creates a pkg file
mata
dt_create_pkg(
"devtools Tools for the stata developer.",
("ldevtools.mlib","devtools_source.hlp","mf_dt_capture.sthlp"),
1,
"George Vega, James Fiedler"
)
end
*/

mata dt_install_on_the_fly("devtools")
Loading

0 comments on commit c59fe4c

Please sign in to comment.