blob: 9bdc55f859e2a7bc8efd672f11fb76ce78555ac8 (
plain)
1
2
3
4
5
6
|
EXTRA_DIST = $(wildcard *.html) $(wildcard *.c) $(wildcard *.h) troff.test test.csh \
makefile.tcc makefile.unix standard.mac
docs_DATA = $(EXTRA_DIST)
docsdir = $(kde_htmldir)/en/kdevelop/$(subdir)
|