Súbor: [Platon] / platos / prednasky / Makefile (stiahnutie)
Revízia 1.4, Sun May 29 01:59:20 2005 UTC (19 years, 11 months ago) by rajo
Zmeny od 1.3: +1 -15
[lines]
Targets "all-top" and "new" moved into Rules.make
|
#
# Makefile - Main Makefile for documents of Platon SDG
#
# 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/prednasky/Makefile,v 1.3 2005/05/29 00:52:04 rajo Exp $
#
PACKAGE = office-prednasky
VERSION = $(shell date "+%y-%m-%d-%H-%M")
distdir = $(PACKAGE)-$(VERSION)
TOP_DIR = ..
DISTFILES = \
Makefile
########################################
########################################
## 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/
|