packagekit/html/Makefile.am

22 lines
255 B
Makefile
Raw Normal View History

NULL =
SUBDIRS = img
HTML_FILES = \
index.html \
pk-help.html \
pk-screenshots.html \
pk-download.html \
pk-intro.html \
pk-using.html \
$(NULL)
EXTRA_DIST = \
style.css \
$(HTML_FILES) \
$(NULL)
clean-local:
rm -f *~