]> sourceware.org Git - newlib-cygwin.git/commitdiff
* Makefile (FAQ_SOURCES): Use wildcard function to find sources in srcdir.
authorChristopher Faylor <me@cgf.cx>
Fri, 3 May 2013 20:41:12 +0000 (20:41 +0000)
committerChristopher Faylor <me@cgf.cx>
Fri, 3 May 2013 20:41:12 +0000 (20:41 +0000)
winsup/doc/ChangeLog
winsup/doc/Makefile.in

index 3aa225f0ca93830c6b81dc39b971b0eb2ab027a1..acd6b0a8ff24651ef42214656b4ef5292741ea20 100644 (file)
@@ -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
index f9445852f7d34e3d5052c6f0b691c260350f674c..de02df45ced276530beda43782cdbbd738066bd5 100644 (file)
@@ -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
 
This page took 0.037232 seconds and 5 git commands to generate.