This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
idpc/doc/Makefile.am

14 lines
249 B
Makefile

docdir = $(prefix)/share/doc/idpc
if HAVE_REST2HTML
doc_DATA = idpc-manual.html default.css
else
doc_DATA = manual.txt
endif
idpc-manual.html: manual.txt ../INSTALL
$(REST2HTML) manual.txt > idpc-manual.html
EXTRA_DIST = manual.txt default.css