This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
libcfu/doc/Makefile.am
Matthew Brush f660e3460a Initial commit
All of the files from the tarball downloaded from SourceForge are
being checked in so there's a record of the changes made compared
to it (since I can't find the libcfu source repository). The
generated files will be removed in the following commit.
2013-03-04 01:40:58 -08:00

14 lines
313 B
Makefile

MAKEINFO = case $@ in \
*.info) echo " INFO $@";; \
*.html) echo " HTML $@";; \
esac && @MAKEINFO@
TEXI2DVI = && case $@ in \
*.dvi) echo " DVI $@";; \
*.pdf) echo " PDF $@";; \
esac && texi2dvi --quiet
DVIPS = echo " PS $@" && dvips -q
info_TEXINFOS = libcfu.texi
.SILENT: