blob: 2a957fe4d9993b03fccf67f171edbddaf9fe27f6 (
plain)
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
|
$NetBSD: patch-ac,v 1.1 2009/09/11 16:24:31 joerg Exp $
--- usrp/doc/Makefile.am.orig 2009-03-16 07:44:27.000000000 +1300
+++ usrp/doc/Makefile.am
@@ -44,7 +44,7 @@ DOCBOOK_HTML_FILES=
all-local: dox
endif
-dist_usrp_doc_DATA = $(top_srcdir)/usrp/README
+# dist_usrp_doc_DATA = $(top_srcdir)/usrp/README
dox: html/index.html
html/index.html:
@@ -56,13 +56,13 @@ docbook-html: usrp_guide.html
usrp_guide.html: usrp_guide.xml
xmlto html-nochunks $(top_srcdir)/usrp/doc/usrp_guide.xml
-install-data-local:
- $(MKDIR_P) $(DESTDIR)$(usrp_docdir)/html
- @for i in $(DOCBOOK_HTML_FILES); do \
- echo "$(INSTALL_DATA) $$i $(DESTDIR)$(usrp_docdir)/html"; \
- $(INSTALL_DATA) $$i $(DESTDIR)$(usrp_docdir)/html; \
- done
- cp -r html $(DESTDIR)$(usrp_docdir)
+#install-data-local:
+# $(MKDIR_P) $(DESTDIR)$(usrp_docdir)/html
+# @for i in $(DOCBOOK_HTML_FILES); do \
+# echo "$(INSTALL_DATA) $$i $(DESTDIR)$(usrp_docdir)/html"; \
+# $(INSTALL_DATA) $$i $(DESTDIR)$(usrp_docdir)/html; \
+# done
+# cp -r html $(DESTDIR)$(usrp_docdir)
uninstall-local:
$(RM) -fr $(DESTDIR)$(usrp_docdir)/html
|