-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathMakefile
More file actions
34 lines (30 loc) · 734 Bytes
/
Makefile
File metadata and controls
34 lines (30 loc) · 734 Bytes
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
all: doc
doc: doc/manual.six
doc/manual.six: makedoc.g \
PackageInfo.g \
init.g \
read.g \
gap/*.gd \
gap/ColouredComplexes/*gd \
gap/ColouredComplexes/*gi \
gap/Flags/*.gd \
gap/Flags/*.gi \
gap/Library/*gd \
gap/Library/*gi \
gap/Paths/*gd \
gap/Paths/*gi \
gap/Morphisms/*gd \
gap/Morphisms/*gi \
gap/PolygonalComplexes/*.gd \
gap/PolygonalComplexes/*.gi \
gap/PolygonalComplexes/*.g \
doc/SimplicialSurfaces.xml \
doc/Introduction.xml \
doc/PolygonalStructures.xml \
doc/PolygonalStructuresDefinitions.xml \
doc/ExampleImplementations.xml \
doc/ExampleApplications.xml \
doc/tikz-files/Image_* \
doc/TableOfContents.autodoc\
doc/tikz-files/TikZHeader.tex
gap makedoc.g