summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-05-03 20:41:12 +0000
committerChristopher Faylor <me@cgf.cx>2013-05-03 20:41:12 +0000
commite021972911576bb8471ee7b2f3ad3e1358c92448 (patch)
tree14daac0abf6c7e8fc7ba7e1bc1194f2ab21597ca
parentebba7327e1046fe75532e5a49e62e34a87941234 (diff)
downloadcygnal-e021972911576bb8471ee7b2f3ad3e1358c92448.tar.gz
cygnal-e021972911576bb8471ee7b2f3ad3e1358c92448.tar.bz2
cygnal-e021972911576bb8471ee7b2f3ad3e1358c92448.zip
* Makefile (FAQ_SOURCES): Use wildcard function to find sources in srcdir.
-rw-r--r--winsup/doc/ChangeLog5
-rw-r--r--winsup/doc/Makefile.in2
2 files changed, 6 insertions, 1 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 3aa225f0c..acd6b0a8f 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-03 Christopher Faylor <me.cygwin2013@cgf.cx>
+
+ * Makefile (FAQ_SOURCES): Use wildcard function to find sources in
+ srcdir.
+
2013-05-01 Warren Young <warren@etr-usa.com>
* bodysnatcher.pl: Created
diff --git a/winsup/doc/Makefile.in b/winsup/doc/Makefile.in
index f9445852f..de02df45c 100644
--- a/winsup/doc/Makefile.in
+++ b/winsup/doc/Makefile.in
@@ -22,7 +22,7 @@ XMLTO:=xmlto --skip-validation --with-dblatex
include $(srcdir)/../Makefile.common
-FAQ_SOURCES:= faq*.xml
+FAQ_SOURCES:= $(wildcard ${srcdir}/faq*.xml)
.SUFFIXES: .html .body