-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
38 lines (29 loc) · 912 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
### Makefile -- Cadet, un format pour TeX
# Cadet TeX (https://github.com/foretspaisibles/cadet)
# This file is part of Cadet TeX.
#
# Copyright © 2001–2021 Michaël Le Barbier
# All rights reserved.
# This software is governed by the CeCILL-B license under French law and
# abiding by the rules of distribution of free software. You can use,
# modify and/ or redistribute the software under the terms of the CeCILL-B
# license as circulated by CEA, CNRS and INRIA at the following URL
# "https://cecill.info/licences/Licence_CeCILL-B_V1-en.txt"
PROJECT= cadet
VERSION= 1.0.0
OFFICER= [email protected]
SUBDIR= manual
SUBDIR+= format
SUBDIR+= macro
SUBDIR+= class
SUBDIR+= style
SUBDIR+= make
SUBDIR+= paper
SUBDIR+= example
SUBDIR+= locale
SUBDIR+= config
post-install:
.include "generic.project.mk"
post-install: do-update-cnf
post-install: do-mktexlsr
### End of file `Makefile'