Mercurial > libpst
comparison html/Makefile.am @ 180:265c7a65b75b
switch back to fully versioned subpackage dependencies
add doxygen devel-doc documentation for the shared library
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 10 Apr 2009 12:00:46 -0700 |
parents | c508ee15dfca |
children | 3b04745ff76d |
comparison
equal
deleted
inserted
replaced
179:83cb32e41f80 | 180:265c7a65b75b |
---|---|
1 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ | 1 htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ |
2 html_DATA = $(wildcard *.html) $(wildcard *.pdf) | 2 html_DATA = $(wildcard *.html) $(wildcard *.pdf) $(wildcard devel/*) |
3 EXTRA_DIST = $(html_DATA) | 3 EXTRA_DIST = $(html_DATA) |