Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Štvrtok, 19. september 2024

Súbor: [Platon] / platos / server-specification / Makefile (stiahnutie)

Revízia 1.2, Sun May 29 00:39:44 2005 UTC (19 years, 3 months ago) by rajo


Zmeny od 1.1: +1 -13 [lines]

Definition of default programs moved into Rules.make.

#
# 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/
Copyright © 2002-2006 Platon Group
Stránka používa redakčný systém Metafox
Na začiatok