mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
13 lines
416 B
Diff
13 lines
416 B
Diff
|
diff --git a/Makefile.am b/Makefile.am
|
||
|
index e08cd91..bcde34b 100644
|
||
|
--- a/Makefile.am
|
||
|
+++ b/Makefile.am
|
||
|
@@ -1,5 +1,5 @@
|
||
|
# Directories where we can build something.
|
||
|
-SUBDIRS = doc lib-src src
|
||
|
+SUBDIRS = lib-src src
|
||
|
|
||
|
# Install the examples into /usr/share/doc/cddlib/examples*
|
||
|
nobase_doc_DATA = $(srcdir)/examples/* $(srcdir)/examples-ine/* $(srcdir)/examples-ine3d/* $(srcdir)/examples-ext/*
|
||
|
|