11 lines
135 B
Makefile
11 lines
135 B
Makefile
# Makefile.am for casa-ats/doc
|
|
|
|
SUBDIRS = autodocs
|
|
|
|
htmldir = $(docdir)
|
|
|
|
doc_DATA =
|
|
html_DATA =
|
|
|
|
EXTRA_DIST = $(doc_DATA) $(html_DATA)
|