~ubuntu-branches/debian/squeeze/erlang/squeeze

« back to all changes in this revision

Viewing changes to make/otp.mk.in

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2010-03-09 17:34:57 UTC
  • mfrom: (10.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100309173457-4yd6hlcb2osfhx31
Tags: 1:13.b.4-dfsg-3
Manpages in section 1 are needed even if only arch-dependent packages are
built. So, re-enabled them.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# Make include file for otp
4
4
#
5
5
# %CopyrightBegin%
6
 
7
 
# Copyright Ericsson AB 1997-2009. All Rights Reserved.
8
 
 
6
#
 
7
# Copyright Ericsson AB 1997-2010. All Rights Reserved.
 
8
#
9
9
# The contents of this file are subject to the Erlang Public License,
10
10
# Version 1.1, (the "License"); you may not use this file except in
11
11
# compliance with the License. You should have received a copy of the
12
12
# Erlang Public License along with this software. If not, it can be
13
13
# retrieved online at http://www.erlang.org/.
14
 
 
14
#
15
15
# Software distributed under the License is distributed on an "AS IS"
16
16
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
17
17
# the License for the specific language governing rights and limitations
18
18
# under the License.
19
 
 
19
#
20
20
# %CopyrightEnd%
21
21
#
22
22
# Author: Lars Thorsen
53
53
INSTALL_DATA    = @INSTALL_DATA@
54
54
 
55
55
CC = @CC@
 
56
GCC = @GCC@
56
57
HCC = @HCC@
57
58
CC32 = @CC32@
58
59
CFLAGS32 = @CFLAGS32@
235
236
 
236
237
$(MAN1DIR)/%.1:: %.xml
237
238
        date=`date +"%B %e %Y"`; \
238
 
        xsltproc --output "$@" --stringparam docgen "$(DOCGEN)" --stringparam gendate "$$date" --stringparam appname "$(APPLICATION)" --stringparam appver "$(VSN)" --xinclude -path $(DOCGEN)/priv/docbuilder_dtd  -path $(DOCGEN)/priv/dtd_man_entities $(DOCGEN)/priv/xsl/db_man.xsl $<
 
239
        xsltproc --output "$@" --stringparam company "Ericsson AB" --stringparam docgen "$(DOCGEN)" --stringparam gendate "$$date" --stringparam appname "$(APPLICATION)" --stringparam appver "$(VSN)" --xinclude -path $(DOCGEN)/priv/docbuilder_dtd  -path $(DOCGEN)/priv/dtd_man_entities $(DOCGEN)/priv/xsl/db_man.xsl $<
239
240
 
240
241
 
241
242
$(MAN2DIR)/%.2:: %.xml
242
243
        date=`date +"%B %e %Y"`; \
243
 
        xsltproc --output "$@" --stringparam docgen "$(DOCGEN)" --stringparam gendate "$$date" --stringparam appname "$(APPLICATION)" --stringparam appver "$(VSN)" --xinclude -path $(DOCGEN)/priv/docbuilder_dtd  -path $(DOCGEN)/priv/dtd_man_entities $(DOCGEN)/priv/xsl/db_man.xsl $<
 
244
        xsltproc --output "$@" --stringparam company "Ericsson AB" --stringparam docgen "$(DOCGEN)" --stringparam gendate "$$date" --stringparam appname "$(APPLICATION)" --stringparam appver "$(VSN)" --xinclude -path $(DOCGEN)/priv/docbuilder_dtd  -path $(DOCGEN)/priv/dtd_man_entities $(DOCGEN)/priv/xsl/db_man.xsl $<
244
245
 
245
246
 
246
247
$(MAN3DIR)/%.3:: %.xml
247
248
        date=`date +"%B %e %Y"`; \
248
 
        xsltproc --output "$@" --stringparam docgen "$(DOCGEN)" --stringparam gendate "$$date" --stringparam appname "$(APPLICATION)" --stringparam appver "$(VSN)" --xinclude -path $(DOCGEN)/priv/docbuilder_dtd  -path $(DOCGEN)/priv/dtd_man_entities $(DOCGEN)/priv/xsl/db_man.xsl $<
 
249
        xsltproc --output "$@" --stringparam company "Ericsson AB" --stringparam docgen "$(DOCGEN)" --stringparam gendate "$$date" --stringparam appname "$(APPLICATION)" --stringparam appver "$(VSN)" --xinclude -path $(DOCGEN)/priv/docbuilder_dtd  -path $(DOCGEN)/priv/dtd_man_entities $(DOCGEN)/priv/xsl/db_man.xsl $<
249
250
 
 
251
# left for compatability
250
252
$(MAN4DIR)/%.4:: %.xml
251
253
        date=`date +"%B %e %Y"`; \
252
 
        xsltproc --output "$@" --stringparam docgen "$(DOCGEN)" --stringparam gendate "$$date" --stringparam appname "$(APPLICATION)" --stringparam appver "$(VSN)" --xinclude -path $(DOCGEN)/priv/docbuilder_dtd  -path $(DOCGEN)/priv/dtd_man_entities $(DOCGEN)/priv/xsl/db_man.xsl $<
253
 
 
 
254
        xsltproc --output "$@" --stringparam company "Ericsson AB" --stringparam docgen "$(DOCGEN)" --stringparam gendate "$$date" --stringparam appname "$(APPLICATION)" --stringparam appver "$(VSN)" --xinclude -path $(DOCGEN)/priv/docbuilder_dtd  -path $(DOCGEN)/priv/dtd_man_entities $(DOCGEN)/priv/xsl/db_man.xsl $<
 
255
 
 
256
$(MAN4DIR)/%.5:: %.xml
 
257
        date=`date +"%B %e %Y"`; \
 
258
        xsltproc --output "$@" --stringparam company "Ericsson AB" --stringparam docgen "$(DOCGEN)" --stringparam gendate "$$date" --stringparam appname "$(APPLICATION)" --stringparam appver "$(VSN)" --xinclude -path $(DOCGEN)/priv/docbuilder_dtd  -path $(DOCGEN)/priv/dtd_man_entities $(DOCGEN)/priv/xsl/db_man.xsl $<
 
259
 
 
260
# left for compatability
254
261
$(MAN6DIR)/%.6:: %_app.xml
255
262
        date=`date +"%B %e %Y"`; \
256
 
        xsltproc --output "$@" --stringparam docgen "$(DOCGEN)" --stringparam gendate "$$date" --stringparam appname "$(APPLICATION)" --stringparam appver "$(VSN)" --xinclude -path $(DOCGEN)/priv/docbuilder_dtd  -path $(DOCGEN)/priv/dtd_man_entities $(DOCGEN)/priv/xsl/db_man.xsl $<
 
263
        xsltproc --output "$@" --stringparam company "Ericsson AB" --stringparam docgen "$(DOCGEN)" --stringparam gendate "$$date" --stringparam appname "$(APPLICATION)" --stringparam appver "$(VSN)" --xinclude -path $(DOCGEN)/priv/docbuilder_dtd  -path $(DOCGEN)/priv/dtd_man_entities $(DOCGEN)/priv/xsl/db_man.xsl $<
 
264
 
 
265
$(MAN6DIR)/%.7:: %_app.xml
 
266
        date=`date +"%B %e %Y"`; \
 
267
        xsltproc --output "$@" --stringparam company "Ericsson AB" --stringparam docgen "$(DOCGEN)" --stringparam gendate "$$date" --stringparam appname "$(APPLICATION)" --stringparam appver "$(VSN)" --xinclude -path $(DOCGEN)/priv/docbuilder_dtd  -path $(DOCGEN)/priv/dtd_man_entities $(DOCGEN)/priv/xsl/db_man.xsl $<
257
268
 
258
269
$(MAN9DIR)/%.9:: %.xml
259
270
        date=`date +"%B %e %Y"`; \
260
 
        xsltproc --output "$@" --stringparam docgen "$(DOCGEN)" --stringparam gendate "$$date" --stringparam appname "$(APPLICATION)" --stringparam appver "$(VSN)" --xinclude -path $(DOCGEN)/priv/docbuilder_dtd  -path $(DOCGEN)/priv/dtd_man_entities $(DOCGEN)/priv/xsl/db_man.xsl $<
 
271
        xsltproc --output "$@" --stringparam company "Ericsson AB" --stringparam docgen "$(DOCGEN)" --stringparam gendate "$$date" --stringparam appname "$(APPLICATION)" --stringparam appver "$(VSN)" --xinclude -path $(DOCGEN)/priv/docbuilder_dtd  -path $(DOCGEN)/priv/dtd_man_entities $(DOCGEN)/priv/xsl/db_man.xsl $<
261
272
 
262
273
 
263
274
.xmlsrc.xml:
264
 
         $(DOCGEN)/priv/bin/codeline_preprocessing.escript $< $@
 
275
         escript $(DOCGEN)/priv/bin/codeline_preprocessing.escript $< $@
265
276
 
266
277
.fo.pdf:
267
278
        $(FOP) -fo $< -pdf $@
 
279