12 lines
311 B
Makefile
12 lines
311 B
Makefile
# Network UPS Tools: data/html
|
|
# install these only if configured --with-cgi
|
|
if WITH_CGI
|
|
dist_html_DATA = index.html bottom.html nut-banner.png
|
|
nodist_html_DATA = header.html
|
|
endif
|
|
EXTRA_DIST = README
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in .dirstamp
|
|
# Generated by configure script:
|
|
DISTCLEANFILES = header.html
|