kopia lustrzana https://github.com/Hamlib/Hamlib
21 wiersze
646 B
Makefile
21 wiersze
646 B
Makefile
EXTRA_DIST = hamlib.cfg index.doxygen hamlib.css footer.html \
|
|
Hamlib_design.eps Hamlib_design.png
|
|
|
|
dist_man_MANS = man1/rigctl.1 man1/rigctld.1 man1/rigmem.1 man1/rigsmtr.1 \
|
|
man1/rigswr.1 man1/rotctl.1 man1/rotctld.1
|
|
|
|
htmldir = $(docdir)/html
|
|
dist_html_DATA = Hamlib_design.png hamlib.html
|
|
|
|
SRCDOCLST = ../src/rig.c ../src/rotator.c ../src/tones.c ../src/locator.c \
|
|
../src/event.c ../src/conf.c ../src/mem.c ../src/settings.c
|
|
|
|
info_TEXINFOS = hamlib.texi
|
|
hamlib_TEXINFOS = nutshell.texi getting_started.texi utility_programs.texi \
|
|
fdl.texi
|
|
|
|
AM_MAKEINFOHTMLFLAGS = --no-headers --no-split
|
|
|
|
doc: hamlib.cfg $(SRCDOCLST)
|
|
doxygen hamlib.cfg
|