OpenWrt – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | --- a/Makefile.am |
2 | +++ b/Makefile.am |
||
3 | @@ -168,7 +168,7 @@ CLEANFILES = $(VC6_LIBDSP) $(VC6_SRCDSP) |
||
4 | bin_SCRIPTS = curl-config |
||
5 | |||
6 | SUBDIRS = lib src |
||
7 | -DIST_SUBDIRS = $(SUBDIRS) tests packages scripts include docs |
||
8 | +DIST_SUBDIRS = $(SUBDIRS) packages include |
||
9 | |||
10 | pkgconfigdir = $(libdir)/pkgconfig |
||
11 | pkgconfig_DATA = libcurl.pc |
||
12 | @@ -279,8 +279,8 @@ cygwinbin: |
||
13 | # We extend the standard install with a custom hook: |
||
14 | install-data-hook: |
||
15 | cd include && $(MAKE) install |
||
16 | - cd docs && $(MAKE) install |
||
17 | - cd docs/libcurl && $(MAKE) install |
||
18 | + #cd docs && $(MAKE) install |
||
19 | + #cd docs/libcurl && $(MAKE) install |
||
20 | |||
21 | # We extend the standard uninstall with a custom hook: |
||
22 | uninstall-hook: |