This commit is contained in:
Henrique Mendonça 2013-05-31 23:54:56 +02:00
commit f57ec91e53
4 changed files with 9 additions and 4 deletions

1
.gitignore vendored
View File

@ -18,6 +18,7 @@ gen-*
*.swp
.project
.pydevproject
.sonar
.DS_Store
/Makefile

8
Makefile.am Normal file → Executable file
View File

@ -34,9 +34,13 @@ print-version:
@echo $(VERSION)
EXTRA_DIST = \
doc \
tutorial \
.travis.yml \
contrib \
doc \
doap.rdf \
sonar-project.properties \
tutorial \
Vagrantfile \
LICENSE \
CHANGES \
NOTICE

View File

@ -270,7 +270,8 @@ void t_js_generator::init_generator() {
// Print header
f_types_ <<
autogen_comment() <<
js_includes() << endl;
js_includes() << endl <<
render_includes() << endl;
if (gen_node_) {
f_types_ << "var ttypes = module.exports = {};" << endl;

1
debian/docs vendored
View File

@ -1,2 +1 @@
NEWS
README