#
# 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.14 2005-09-18 00:57:56 rajo Exp $
#
# here specify name of your document
PACKAGE = navody
VERSION = $(shell date "+%y-%m-%d")
distdir = $(PACKAGE)-$(VERSION)
TOP_DIR = ./..
# define next variable, if you wish use autoprefix
PREFIX = Platon-navod
# Uncomment next line if you wish automaticaly add directory name to the
# name of output file
#APPEND_DIRNAME = 1
STYLESHEET = platontech
#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 = images/openvpnguioptions.png \
images/openvpnguioptions.eps
# dalsie subory, ktore su potrebne pre vysadzanie
DEPEND = images
DISTFILES = Makefile \
instalacia-OpenVPN.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/
|