packagekit/html/Makefile.am
2007-10-17 17:46:06 +01:00

22 lines
255 B
Makefile

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 *~