Mercurial > libpst
view html/Makefile.am @ 409:1c458f13d1d3 stable-0-6-76
fix template issue to build with gcc 11
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sat, 27 Mar 2021 17:06:30 -0700 |
parents | 06d759f640f6 |
children |
line wrap: on
line source
htmldir = ${datadir}/doc/@PACKAGE@-@VERSION@ htmldeveldir = ${datadir}/doc/@PACKAGE@-@VERSION@/devel html_DATA = $(wildcard *.html) htmldevel_DATA = $(wildcard devel/*) EXTRA_DIST = $(html_DATA) $(htmldevel_DATA)