starting reorganization
This commit is contained in:
parent
45d6a486f0
commit
0ac416aadf
5
Makefile
5
Makefile
@ -3,7 +3,7 @@
|
||||
# LaTeX packages.
|
||||
########################################################################
|
||||
|
||||
MAKEDIRS = $(DTXDIRS)
|
||||
MAKEDIRS = $(DTXDIRS) examples
|
||||
TDSCOLL ?= $(shell basename $$PWD)
|
||||
DISTDIRS = $(DTXDIRS)
|
||||
TDS.README = README.ctan
|
||||
@ -39,3 +39,6 @@ GITURI = git@github.com:KWARC/LaTeX-proposal.git
|
||||
TDS.src =
|
||||
TDS.readme = README.ctan
|
||||
include lib/Makefile.ctan
|
||||
|
||||
echo:
|
||||
@echo $(MAKEDIRS)
|
||||
|
@ -4,9 +4,7 @@ TDSCOLL = proposal
|
||||
DTX.cls.base = dfgproposal
|
||||
DTX = dfgproposal.dtx
|
||||
TDS.tex = dfgreporting.cls dfgpdata.sty
|
||||
TDS.exdirs = examples/proposal examples/report examples/lib
|
||||
CTAN = $(TDS.tex)
|
||||
EXDIRS = examples
|
||||
|
||||
all: package doc
|
||||
@for d in $(EXDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@); done;
|
||||
|
@ -4,8 +4,6 @@ TDSCOLL = proposal
|
||||
DTX.cls.base = euproposal
|
||||
DTX = euproposal.dtx
|
||||
TDS.tex = eureporting.cls eupdata.sty
|
||||
TDS.exdirs = examples/strep examples/lib
|
||||
EXDIRS = examples
|
||||
|
||||
all: package doc
|
||||
@for d in $(EXDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@); done;
|
||||
|
5
examples/Makefile
Normal file
5
examples/Makefile
Normal file
@ -0,0 +1,5 @@
|
||||
MAKEDIRS = eu dfg
|
||||
|
||||
# targets for repository maintenance
|
||||
all clean distclean:
|
||||
@for d in $(MAKEDIRS); do (cd $$d && $(MAKE) -$(MAKEFLAGS) $@) done
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 6.1 KiB |
Loading…
Reference in New Issue
Block a user