Skip to content

Commit 062bd47

Browse files
committed
Update Makefile.gappkg
1 parent dfba520 commit 062bd47

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

Makefile.gappkg

+4-9
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,6 @@
1717
# KEXT_USE_AUTOCONF to 1 to enable dependency rules that enable
1818
# regenerating the configure script etc. when necessary
1919
#
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-
#
2720
# The contents of this file are released into the public domain; hence
2821
# you may edit this file as you wish, bundle and distribute it with your
2922
# package, etc.
@@ -46,7 +39,7 @@ ifndef GAP_KERNEL_MAJOR_VERSION
4639
KEXT_CXXFLAGS += -I$(GAP_LIB_DIR)/src
4740
endif
4841

49-
# honor used supplied flags
42+
# honor user supplied flags
5043
KEXT_CFLAGS += $(CPPFLAGS)
5144
KEXT_CFLAGS += $(CFLAGS)
5245
KEXT_CXXFLAGS += $(CPPFLAGS)
@@ -151,7 +144,9 @@ clean-kext:
151144
distclean: distclean-kext
152145
distclean-kext:
153146
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
155150

156151
# hook into `make doc`
157152
doc: doc-kext

0 commit comments

Comments
 (0)