* Makefile (FAQ_SOURCES): Use wildcard function to find sources in srcdir.
This commit is contained in:
@@ -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>
|
2013-05-01 Warren Young <warren@etr-usa.com>
|
||||||
|
|
||||||
* bodysnatcher.pl: Created
|
* bodysnatcher.pl: Created
|
||||||
|
@@ -22,7 +22,7 @@ XMLTO:=xmlto --skip-validation --with-dblatex
|
|||||||
|
|
||||||
include $(srcdir)/../Makefile.common
|
include $(srcdir)/../Makefile.common
|
||||||
|
|
||||||
FAQ_SOURCES:= faq*.xml
|
FAQ_SOURCES:= $(wildcard ${srcdir}/faq*.xml)
|
||||||
|
|
||||||
.SUFFIXES: .html .body
|
.SUFFIXES: .html .body
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user