summaryrefslogtreecommitdiff
path: root/3rdparty/libconfig/extra/doc/Makefile.in
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2013-09-17 09:05:05 -0300
committershennetsind <ind@henn.et>2013-09-17 09:05:05 -0300
commit2884b361c247a66c91188cfeb924e1794d58da55 (patch)
tree27e320d09fe8672dd141e7878273170d8ce25e44 /3rdparty/libconfig/extra/doc/Makefile.in
parent35c131c7ff945bff238e3e242e513b5fe42a0067 (diff)
parente6a9f7cfdb5ee6d27c12d35f2ecf8317595317b6 (diff)
downloadhercules-2884b361c247a66c91188cfeb924e1794d58da55.tar.gz
hercules-2884b361c247a66c91188cfeb924e1794d58da55.tar.bz2
hercules-2884b361c247a66c91188cfeb924e1794d58da55.tar.xz
hercules-2884b361c247a66c91188cfeb924e1794d58da55.zip
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to '3rdparty/libconfig/extra/doc/Makefile.in')
-rw-r--r--3rdparty/libconfig/extra/doc/Makefile.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/3rdparty/libconfig/extra/doc/Makefile.in b/3rdparty/libconfig/extra/doc/Makefile.in
new file mode 100644
index 000000000..fd84597a6
--- /dev/null
+++ b/3rdparty/libconfig/extra/doc/Makefile.in
@@ -0,0 +1,18 @@
+HTMLS = libconfig.html
+TEXINFOS = libconfig.texi
+MAKEINFOHTML = $(MAKEINFO) --html
+MAKEINFO = makeinfo
+
+all: html
+
+.SUFFIXES: .html .texi
+
+libconfig.html: $(TEXINFOS)
+
+clean:
+ @-test -z "$(HTMLS)" || rm -rf libconfig.html
+
+.PHONY: all clean html
+
+html: $(HTMLS)
+ $(MAKEINFOHTML) --no-split $(TEXINFOS)