1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
# $Id: Makefile.am 26713 2024-10-14 14:37:52Z yeti-dn $
plugindocfiles = \
LICENSE \
README \
plugin-helper.hh \
dump.cc \
dump.hh \
dump.c \
dump.sh \
GwyddionDump.pas \
invert_cpp.cc \
invert_cpp.rgi \
invert_narray.rb \
invert_pascal.pas \
invert_pascal.rgi \
invert_perl.pl \
invert_perl.pl.rgi \
invert_python.py \
invert_python.py.rgi \
invert_ruby.rb \
invert_ruby.rb.rgi \
yellow.sh \
yellow.sh.rgi
EXTRA_DIST = $(plugindocfiles)
if ENABLE_PLUGIN_PROXY
plugindocdir = $(docdir)/plugins
plugindoc_DATA = $(plugindocfiles)
endif
|