summaryrefslogtreecommitdiffstats
path: root/manual/Makefile
blob: ff12554f87b0a2284f5234eff7d0079d69041c17 (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
25
26
27
28
29
30
31
######################################################################
#
#  Just a wrapper to launch the 'big' Makefile from above...
#  For details read ../Makefile.
#
######################################################################
# $Log: Makefile,v $
# Revision 1.6  2002/03/30 21:30:16  fbarriere
# Modified to build the HTML directory locally.
#
# Revision 1.5  2002/03/20 21:26:29  fbarriere
# Now just a wrapper around the unique Makefile you should find
# in the parent directory.
#
# Revision 1.4  2002/03/12 20:41:45  nikai
# sgml2html language support
#
# Revision 1.3  2001/09/01 00:20:09  mones
# Deleted my stupid revision comment. I shouldn't play with cvs late night...
#
# Revision 1.2  2001/09/01 00:11:12  mones
# added Spanish to list of generated languages
#
# Revision 1.1  2001/08/29 21:31:27  fbarriere
# Created.
#
######################################################################
HERE := $(shell pwd)

.DEFAULT:
	$(MAKE) -C .. ALL_TYPES=manual HTML_DIR=$(HERE)/HTML $@