comparison configure.ac @ 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 e5a86de6023c
comparison
equal deleted inserted replaced
15195:2fc554ffbc28 15196:017f0b2e6933
2394 doc/icons/Makefile 2394 doc/icons/Makefile
2395 doc/interpreter/Makefile 2395 doc/interpreter/Makefile
2396 doc/liboctave/Makefile 2396 doc/liboctave/Makefile
2397 doc/refcard/Makefile 2397 doc/refcard/Makefile
2398 examples/Makefile 2398 examples/Makefile
2399 gui/Makefile
2400 gui/src/Makefile
2401 libcruft/Makefile 2399 libcruft/Makefile
2402 libcruft/mkf77def 2400 libcruft/mkf77def
2403 libgnu/Makefile 2401 libgnu/Makefile
2402 libgui/Makefile
2403 libgui/src/Makefile
2404 libinterp/Makefile 2404 libinterp/Makefile
2405 liboctave/Makefile 2405 liboctave/Makefile
2406 scripts/Makefile 2406 scripts/Makefile
2407 src/Makefile 2407 src/Makefile
2408 test/Makefile]) 2408 test/Makefile])