view xml/Makefile.am @ 386:f1f9920cc7b1

Add AM_GNU_GETTEXT macros AM_ICONV relies on config.rpath and autopoint/gettextize will only copy these in when the AM_GNU_GETTEXT macros are present. This is needed for the next commit that deletes config.rpath since it is cruft that should be copied in by autotools not embedded. Run autopoint to copy in config.rpath and leave it to automake to copy into the tarball.
author Paul Wise <pabs3@bonedaddy.net>
date Sat, 21 Dec 2019 21:25:44 +0800
parents 06d759f640f6
children
line wrap: on
line source

EXTRA_DIST = Doxyfile $(wildcard *.pdf)

all: libpst
	cat header.xml	libpst >libpst.xml
	cat header.sgml libpst >libpst.sgml
	rm -f ../html/*html
	rm -rf ../html/devel
	xmlto		 -o ../man	man	  libpst.xml
	xmlto		 -o ../html xhtml libpst.xml
	rm -f libpst.xml libpst.sgml
	mkdir tmp
	mkdir tmp/libpst
	cp ../src/common.h ../src/libpst.h ../src/libstrfunc.h ../src/lzfu.h ../src/timeconv.h ../src/vbuf.h tmp/libpst
	doxygen
	rm -rf tmp