2015-01-13 11:12:51 +01:00
|
|
|
###########################################################################
|
2017-12-04 13:32:26 +01:00
|
|
|
# Automating LaTeX-proposal management by make.
|
2015-01-13 11:12:51 +01:00
|
|
|
# The participants work on proposal.tex in "draft" mode, which gives a lot
|
|
|
|
# of information to the developers. Variants submit.tex and public.tex are
|
|
|
|
# used to prepare official versions (hiding development/private info).
|
|
|
|
###########################################################################
|
2014-02-15 12:01:14 +01:00
|
|
|
# possibly customize the following variables to your setting
|
2019-01-22 09:33:58 +01:00
|
|
|
PROPOSAL = proposal.tex# # the proposal
|
2014-02-15 12:01:14 +01:00
|
|
|
PROP.dir = ../../..
|
2019-01-22 09:33:58 +01:00
|
|
|
BIB = ../lib/dummy.bib# # bibTeX databases
|
2014-02-15 12:01:14 +01:00
|
|
|
###########################################################################
|
2017-12-04 13:32:26 +01:00
|
|
|
include $(PROP.dir)/lib/Makefile.dfgproposal
|