Mercurial > hg > octave-lyh
view scripts/startup/module.mk @ 16923:5d08a2ec7edb
doc: Move graphics object functions into the right section
* plot.txi: Merge node "Use of axis, line, and patch Functions" into
node "Graphics Objects".
* octave.texi: Remove node "Use of axis, line, and patch Functions"
author | Mike Miller <mtmiller@ieee.org> |
---|---|
date | Mon, 08 Jul 2013 09:13:30 -0400 |
parents | 5109be17eb49 |
children |
line wrap: on
line source
FCN_FILE_DIRS += startup startup_FCN_FILES = \ startup/__finish__.m LOCAL_STARTUP_FILE_SRC = startup/local-rcfile SYSTEM_STARTUP_FILE_SRC = startup/main-rcfile SYSTEM_INPUTRC_FILE_SRC = startup/inputrc STARTUP_FILE_SRC = \ $(LOCAL_STARTUP_FILE_SRC) \ $(SYSTEM_STARTUP_FILE_SRC) \ $(SYSTEM_INPUTRC_FILE_SRC) FCN_FILES += \ $(startup_FCN_FILES) EXTRA_DIST += \ $(STARTUP_FILE_SRC) PKG_ADD_FILES += startup/PKG_ADD DIRSTAMP_FILES += startup/$(octave_dirstamp)