summaryrefslogtreecommitdiffstats
path: root/faq/Makefile
blob: e50bae1456429c148eefba4550b9d7ce927763bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
######################################################################
#
#  Just a wrapper to launch the 'big' Makefile from above...
#  For details read ../Makefile.
#
######################################################################
# $Log: Makefile,v $
# Revision 1.3  2002/03/20 21:20:08  fbarriere
# Now just a wrapper around the unique Makefile you should find
# in the parent directory.
#
# Revision 1.2  2002/03/12 20:41:44  nikai
# sgml2html language support
#
# Revision 1.1  2001/12/03 21:38:46  fbarriere
# Created, added 'release' target.
#
# Revision 1.1  2001/08/29 21:31:27  fbarriere
# Created.
#
######################################################################

.DEFAULT:
	$(MAKE) -C .. ALL_TYPES=faq $@