* Makefile (FAQ_SOURCES): Use wildcard function to find sources in srcdir.
This commit is contained in:
parent
ebba7327e1
commit
e021972911
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue