comparison Makefile.am @ 15196:017f0b2e6933

rename gui directory to libgu * libgui: Rename from gui. * .hgsub (libgui/qterminal): Rename from gui/qterminal. * Makefile.am (GUIDIR): Set to libgui instead of gui if AMCOND_BUILD_GUI is true. * configure.ac (AC_CONFIG_FILES): Update list for directory renaming. * Makefile.am (.NOTPARALLEL): Delete. List octave.html/index.html as the primary HTML target, not octave.html. (octave.html): New target for making the octave.html directory. (octave.pdf): Depend on octave.dvi. * images.awk: In generated rules for png files, depend on octave.html, not octave.html/index.html. * src/Makefile.am (OCTAVE_GUI_CPPFLAGS, OCTAVE_GUI_LIBS): Update for directory renaming. (CLEANFILES): Fix typo. * fntests.m (src_tree): Use libinterp, not src.
author John W. Eaton <jwe@octave.org>
date Sat, 18 Aug 2012 18:10:09 -0400
parents 2fc554ffbc28
children b42167e9d805
comparison
equal deleted inserted replaced
15195:2fc554ffbc28 15196:017f0b2e6933
66 run-octave.in 66 run-octave.in
67 67
68 include m4/module.mk 68 include m4/module.mk
69 69
70 if AMCOND_BUILD_GUI 70 if AMCOND_BUILD_GUI
71 GUIDIR = gui 71 GUIDIR = libgui
72 else 72 else
73 GUIDIR = 73 GUIDIR =
74 endif 74 endif
75 75
76 # Subdirectories in which to run `make all'. 76 # Subdirectories in which to run `make all'.