Browse Source

Rename makeidx to ngmakeidx to match all of the other binaries which

are prefixed with 'ng'.  This is the last of the conflicting files with
spice3 from Berkeley.
pre-master-46
danmc 20 years ago
parent
commit
0790dafd76
  1. 10
      src/Makefile.am

10
src/Makefile.am

@ -4,7 +4,7 @@
SUBDIRS = misc maths frontend spicelib include @XSPICEDIR@ @CIDERDIR@ SUBDIRS = misc maths frontend spicelib include @XSPICEDIR@ @CIDERDIR@
DIST_SUBDIRS = misc maths frontend spicelib include xspice ciderlib DIST_SUBDIRS = misc maths frontend spicelib include xspice ciderlib
bin_PROGRAMS = ngspice ngnutmeg nghelp makeidx
bin_PROGRAMS = ngspice ngnutmeg nghelp ngmakeidx
if !WINDOWS if !WINDOWS
bin_PROGRAMS += ngsconvert ngproc2mod ngmultidec bin_PROGRAMS += ngsconvert ngproc2mod ngmultidec
@ -188,14 +188,14 @@ ngmultidec_LDADD = \
endif !WINDOWS endif !WINDOWS
## makeidx:
## ngmakeidx:
makeidx_SOURCES = makeidx.c
ngmakeidx_SOURCES = makeidx.c
## create index for online help: ## create index for online help:
ngspice.idx: makeidx
./makeidx $(srcdir)/ngspice.txt
ngspice.idx: ngmakeidx
./ngmakeidx $(srcdir)/ngspice.txt
## General Includes and libraries: ## General Includes and libraries:

Loading…
Cancel
Save