Merge branch 'master' of yap.dcc.fc.up.pt:yap-6
This commit is contained in:
commit
e0a28acdcb
@ -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 */
|
||||
}
|
||||
|
||||
|
8
packages/cplint/doc/Makefile
Normal file
8
packages/cplint/doc/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
manual.pdf: manual.tex manual.bbl
|
||||
pdflatex manual
|
||||
pdflatex manual
|
||||
|
||||
manual.html: manual.tex manual.bbl
|
||||
htlatex manual
|
||||
|
Reference in New Issue
Block a user