f660e3460a
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.
14 lines
313 B
Makefile
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:
|