File tree 1 file changed +4
-9
lines changed
1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 17
17
# KEXT_USE_AUTOCONF to 1 to enable dependency rules that enable
18
18
# regenerating the configure script etc. when necessary
19
19
#
20
- # Only GAP >= 4.11 ships with this file. In order to keep your package
21
- # compatible with older GAP versions, we recommend to bundle a copy of
22
- # it with your package, but only as a fallback. So, your configure
23
- # scripts should check if GAP ships with this file, and use it then, and
24
- # only fall back to your own copy as a last resort. This way, you will
25
- # benefit from any fixes and improvements made by the GAP team.
26
- #
27
20
# The contents of this file are released into the public domain; hence
28
21
# you may edit this file as you wish, bundle and distribute it with your
29
22
# package, etc.
@@ -46,7 +39,7 @@ ifndef GAP_KERNEL_MAJOR_VERSION
46
39
KEXT_CXXFLAGS += -I$(GAP_LIB_DIR)/src
47
40
endif
48
41
49
- # honor used supplied flags
42
+ # honor user supplied flags
50
43
KEXT_CFLAGS += $(CPPFLAGS)
51
44
KEXT_CFLAGS += $(CFLAGS)
52
45
KEXT_CXXFLAGS += $(CPPFLAGS)
@@ -151,7 +144,9 @@ clean-kext:
151
144
distclean: distclean-kext
152
145
distclean-kext:
153
146
rm -rf bin gen Makefile
154
- (cd doc && ./clean)
147
+ rm -rf doc/_*.xml
148
+ rm -rf doc/*.aux doc/*.bbl doc/*.blg doc/*.brf doc/*.idx doc/*.idx
149
+ rm -rf doc/*.ilg doc/*.ind doc/*.log doc/*.out doc/*.pnr doc/*.toc
155
150
156
151
# hook into `make doc`
157
152
doc: doc-kext
You can’t perform that action at this time.
0 commit comments