Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Sobota, 12. júl 2025

Súbor: [Platon] / platos / _templates / Makefile (stiahnutie)

Revízia 1.14, Sun Sep 18 00:57:56 2005 UTC (19 years, 9 months ago) by rajo


Zmeny od 1.13: +3 -3 [lines]

* Fixed bug # 0000346.
* Applied modified version of patch stylesheets-nepto.patch by Ondrej
  Jombik (Nepto). Thanks.

#
# Makefile - Template Makefile for Platon SDG documents
#
# Developed by Lubomir Host 'rajo' <rajo AT platon.sk>
# Copyright (c) 2005 Platon SDG, http://platon.sk/
# Licensed under terms of GNU General Public License.
# All rights reserved.
#
# $Platon: Platon.SK/office/_templates/Makefile,v 1.13 2005/06/11 01:47:08 rajo Exp $
#

# here specify name of your document
PACKAGE = @DIRNAME@
VERSION = $(shell date "+%y-%m-%d")
distdir = $(PACKAGE)-$(VERSION)
TOP_DIR = @TOP_DIR@

# define next variable, if you wish use autoprefix
PREFIX  = @PREFIX@
# Uncomment next line if you wish automaticaly add directory name to the
# name of output file
#APPEND_DIRNAME = 1

STYLESHEET            = @STYLESHEET@
#STYLESHEET_DIR        = $(TOP_DIR)/_stylesheets
#STYLESHEET_FILES    = $(shell find $(STYLESHEET_DIR) -mindepth 1 -maxdepth 2 \! \( -name 'CVS' -o -name '.svn' -o -name '.*.sw?' -o -name .latex2html-init -o -name template.tex \) -print | grep -v /CVS/ | grep -v .svn)

# Dalsie pridavne obrazky alebo vstupne subory, ktore sa nijako nevytvaraju
IMAGES =

# dalsie subory, ktore su potrebne pre vysadzanie
DEPEND =

DISTFILES = Makefile \
            @FILENAME@.tex \
            ps__OUTPUT \
            pdf_OUTPUT \
            htm_OUTPUT \
            rtf_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