Mercurial > hg > octave-lyh
diff 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 |
line wrap: on
line diff
--- a/configure.ac +++ b/configure.ac @@ -2396,11 +2396,11 @@ doc/liboctave/Makefile doc/refcard/Makefile examples/Makefile - gui/Makefile - gui/src/Makefile libcruft/Makefile libcruft/mkf77def libgnu/Makefile + libgui/Makefile + libgui/src/Makefile libinterp/Makefile liboctave/Makefile scripts/Makefile