Mercurial > hg > octave-lyh
view scripts/startup/module.mk @ 14611:f2ed09ae8d3f
doc: Produce .texi from .txi files using Perl rather than C++.
* munge-texi.pl: New Perl file to generate .texi files from .txi files.
* munge-texi.cc: Remove C++ file for generating .texi files.
* Makefile.am: Change build system to use munge-texi.pl
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Tue, 08 May 2012 21:03:42 -0700 |
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)