#
# Makefile - Template Makefile for Platon SDG documents
#
# Developed by Lubomir Host 'rajo' <rajo AT platon.sk>
# Copyright (c) 2003 Platon SDG
# Licensed under terms of GNU General Public License.
# All rights reserved.
#
# $Platon: Platon.SK/office/server-specification/Makefile,v 1.1 2003/10/08 15:12:00 rajo Exp $
#
# here specify name of your document
PACKAGE = @DIRNAME@
VERSION = $(shell date "+%y-%m-%d-%H-%M")
distdir = $(PACKAGE)-$(VERSION)
TOP_DIR = ..
# define next variable, if you wish use autoprefix
PREFIX = Platon
# Uncomment next line if you wish automaticaly add directory name to the
# name of output file
#APPEND_DIRNAME = 1
# Nazov vystupneho PostScriptoveho suboru (alebo PDF suboro[v])
# sa pise do suborov ps__OUTPUT a pdf_OUTPUT
ps__OUTPUT = $(shell cat ps__OUTPUT 2>/dev/null)
pdf_OUTPUT = $(shell cat pdf_OUTPUT 2>/dev/null)
# Dalsie pridavne obrazky alebo vstupne subory, ktore sa nijako nevytvaraju
IMAGES =
# dalsie subory, ktore su potrebne pre vysadzanie
DEPEND = Makefile \
00-macros.tex
DISTFILES = Makefile \
server-specification.tex \
ps__OUTPUT \
pdf_OUTPUT \
$(DEPEND)
#$(OUTPUT)
########################################
########################################
## END of user setup
########################################
########################################
# include rules from Rules.make:
-include $(TOP_DIR)/_templates/Rules.make
# vim: ts=4 isk+=- ft=make
# vim600: fdm=marker fdc=3
Platon Group <platon@platon.sk> http://platon.sk/
|