6 lines
90 B
Makefile
6 lines
90 B
Makefile
# doc/
|
|
|
|
pkgdata_DATA = $(wildcard *.html) $(wildcard *.gif)
|
|
|
|
EXTRA_DIST = $(pkgdata_DATA)
|