Merge branch 'master' of yap.dcc.fc.up.pt:yap-6

This commit is contained in:
Vitor Santos Costa 2010-03-15 14:20:55 +00:00
commit e0a28acdcb
2 changed files with 10 additions and 1 deletions

View File

@ -231,8 +231,9 @@ void make_root_frames(void) {
#ifdef TABLING
/* root dependency frame */
if (!GLOBAL_root_dep_fr)
if (!GLOBAL_root_dep_fr) {
new_dependency_frame(GLOBAL_root_dep_fr, FALSE, NULL, NULL, NULL, NULL, NULL);
}
#endif /* TABLING */
}

View File

@ -0,0 +1,8 @@
manual.pdf: manual.tex manual.bbl
pdflatex manual
pdflatex manual
manual.html: manual.tex manual.bbl
htlatex manual