summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am6
1 files changed, 4 insertions, 2 deletions
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 .