aboutsummaryrefslogtreecommitdiff
path: root/doc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index b8fc5f2e..942f8b83 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -12,6 +12,7 @@ DISTCLEANFILES = \
12 libmicrohttpd.dvi \ 12 libmicrohttpd.dvi \
13 libmicrohttpd-tutorial.cps \ 13 libmicrohttpd-tutorial.cps \
14 libmicrohttpd-tutorial.dvi 14 libmicrohttpd-tutorial.dvi
15
15info_TEXINFOS = \ 16info_TEXINFOS = \
16 libmicrohttpd.texi \ 17 libmicrohttpd.texi \
17 libmicrohttpd-tutorial.texi 18 libmicrohttpd-tutorial.texi
@@ -40,7 +41,7 @@ install-info-local:
40 @echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \ 41 @echo " $(MKDIR_P) '$(DESTDIR)$(infodir)'"; \
41 $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \ 42 $(MKDIR_P) "$(DESTDIR)$(infodir)" || exit 1; \
42 echo " $(INSTALL_DATA) libmicrohttpd_performance_data.png '$(DESTDIR)$(infodir)'"; \ 43 echo " $(INSTALL_DATA) libmicrohttpd_performance_data.png '$(DESTDIR)$(infodir)'"; \
43 $(INSTALL_DATA) $(srcdir)/libmicrohttpd_performance_data.png "$(DESTDIR)$(infodir)" || exit 1; 44 $(INSTALL_DATA) $(srcdir)/libmicrohttpd_performance_data.png "$(DESTDIR)$(infodir)" || exit 1;
44 45
45install-html-local: 46install-html-local:
46 @if test -n "$(htmldir)"; then \ 47 @if test -n "$(htmldir)"; then \
@@ -57,4 +58,3 @@ uninstall-local:
57 else : ; fi 58 else : ; fi
58 59
59# end of 'if BUILD_DOC' 60# end of 'if BUILD_DOC'
60