diff options
Diffstat (limited to 'parts/documentation/data/Makefile.am')
-rw-r--r-- | parts/documentation/data/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/parts/documentation/data/Makefile.am b/parts/documentation/data/Makefile.am new file mode 100644 index 00000000..920c492a --- /dev/null +++ b/parts/documentation/data/Makefile.am @@ -0,0 +1,6 @@ +INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util $(all_includes) +METASOURCES = AUTO +htmldir = $(kde_datadir)/kdevdocumentation/en +picsdir = $(kde_datadir)/kdevdocumentation/pics +html_DATA = long.html nomatch.html short.html syntax.html wrapper.html +pics_DATA = checked.xpm htdig.png star.png star_blank.png unchecked.xpm |