blob: 622a9489be91c204aeeae941f2151a7c57781289 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
--- doc/Makefile.in.orig 2011-09-06 20:44:07.000000000 +0200
+++ doc/Makefile.in 2011-09-06 20:54:10.000000000 +0200
@@ -507,7 +507,7 @@
info-am:
-install-data-am: install-data-local install-man
+install-data-am: install-man
install-dvi: install-dvi-am
@@ -561,7 +561,7 @@
clean-local dist-hook distclean distclean-generic \
distclean-libtool distdir dvi dvi-am html html-am info info-am \
install install-am install-data install-data-am \
- install-data-local install-dvi install-dvi-am install-exec \
+ install-dvi install-dvi-am install-exec \
install-exec-am install-html install-html-am install-info \
install-info-am install-man install-man1 install-man5 \
install-pdf install-pdf-am install-ps install-ps-am \
@@ -641,16 +641,16 @@
# If we built the documentation ourselves, install that,
# else if we have access to distributed documentation, install that.
-install-data-local: installdirs $(noinst_DATA)
- $(mkinstalldirs) $(DOCDIR) 2>&1
- if test -r $(DOCDIR)/userguide ; then d=.; else d="$(srcdir)"; fi; \
- find $$d/$(DOCDIR)/userguide \( -type f -o -type l \) -exec \
- $(INSTALL_DATA) {} $(TARGET_DOCDIR)/userguide ';'
- if test -r $(DOCDIR)/reference ; then d=.; else d="$(srcdir)"; fi; \
- find $$d/$(DOCDIR)/reference \( -type f -o -type l \) -exec \
- $(INSTALL_DATA) {} $(TARGET_DOCDIR)/reference ';'
- cd $(srcdir) && find images -name \*.gif -exec \
- $(INSTALL_DATA) {} $(TARGET_DOCDIR)/{} ';'
+#install-data-local: installdirs $(noinst_DATA)
+# $(mkinstalldirs) $(DOCDIR) 2>&1
+# if test -r $(DOCDIR)/userguide ; then d=.; else d="$(srcdir)"; fi; \
+# find $$d/$(DOCDIR)/userguide \( -type f -o -type l \) -exec \
+# $(INSTALL_DATA) {} $(TARGET_DOCDIR)/userguide ';'
+# if test -r $(DOCDIR)/reference ; then d=.; else d="$(srcdir)"; fi; \
+# find $$d/$(DOCDIR)/reference \( -type f -o -type l \) -exec \
+# $(INSTALL_DATA) {} $(TARGET_DOCDIR)/reference ';'
+# cd $(srcdir) && find images -name \*.gif -exec \
+# $(INSTALL_DATA) {} $(TARGET_DOCDIR)/{} ';'
uninstall-local:
rm -rf $(TARGET_DOCDIR)
|