From 20657046e72476669977197fbbad634b9110c4b8 Mon Sep 17 00:00:00 2001 From: Mathias Palm Date: Sun, 10 Feb 2013 20:12:01 +0100 Subject: Provide info documentation Create texi files so that info files can be generated with texinfo. --- doc/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index 57591c5..e078504 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,8 +1,8 @@ # No automatisation found. Write me if any idea. +info_TEXINFOS = libvformat.texi +libvformat_TEXINFOS = libvformat-1.texi libvformat-2.texi libvformat-i.texi install-data-hook: - c2man -P "gcc -E -C -I.." ../vformat/vf_iface.h - $(mkinstalldirs) $(mandir)/man3 for i in *.3; do \ @@ -14,3 +14,5 @@ install-data-hook: echo " $(INSTALL_DATA) $$file $(mandir)/man3/$$inst"; \ $(INSTALL_DATA) $$file $(mandir)/man3/$$inst; \ done + + cp /usr/share/texmf/tex/texinfo/texinfo.tex . -- cgit v1.1-32-gdbae