mirror of
https://github.com/Hamlib/Hamlib
synced 2026-08-13 17:32:05 -04:00
git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2180 7ae35d74-ebe9-4afe-98af-79ac388436b8
12 lines
303 B
Makefile
12 lines
303 B
Makefile
|
|
INCLUDES = @INCLUDES@
|
|
|
|
EXTRA_DIST = hamlib.cfg index.doxygen hamlib.css footer.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
|
|
|
|
doc: hamlib.cfg $(SRCDOCLST)
|
|
doxygen hamlib.cfg
|
|
|
|
#man_MANS= man/man3/rig.c.3
|