diff 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
line wrap: on
line diff
--- a/Makefile.am	Sat Aug 18 16:23:39 2012 -0400
+++ b/Makefile.am	Sat Aug 18 18:10:09 2012 -0400
@@ -68,7 +68,7 @@
 include m4/module.mk
 
 if AMCOND_BUILD_GUI
-GUIDIR = gui
+GUIDIR = libgui
 else
 GUIDIR =
 endif