diff --git a/Makefile.gappkg b/Makefile.gappkg index d796fb2..2663dcb 100644 --- a/Makefile.gappkg +++ b/Makefile.gappkg @@ -17,13 +17,6 @@ # KEXT_USE_AUTOCONF to 1 to enable dependency rules that enable # regenerating the configure script etc. when necessary # -# Only GAP >= 4.11 ships with this file. In order to keep your package -# compatible with older GAP versions, we recommend to bundle a copy of -# it with your package, but only as a fallback. So, your configure -# scripts should check if GAP ships with this file, and use it then, and -# only fall back to your own copy as a last resort. This way, you will -# benefit from any fixes and improvements made by the GAP team. -# # The contents of this file are released into the public domain; hence # you may edit this file as you wish, bundle and distribute it with your # package, etc. @@ -46,7 +39,7 @@ ifndef GAP_KERNEL_MAJOR_VERSION KEXT_CXXFLAGS += -I$(GAP_LIB_DIR)/src endif -# honor used supplied flags +# honor user supplied flags KEXT_CFLAGS += $(CPPFLAGS) KEXT_CFLAGS += $(CFLAGS) KEXT_CXXFLAGS += $(CPPFLAGS) @@ -151,7 +144,9 @@ clean-kext: distclean: distclean-kext distclean-kext: rm -rf bin gen Makefile - (cd doc && ./clean) + rm -rf doc/_*.xml + rm -rf doc/*.aux doc/*.bbl doc/*.blg doc/*.brf doc/*.idx doc/*.idx + rm -rf doc/*.ilg doc/*.ind doc/*.log doc/*.out doc/*.pnr doc/*.toc # hook into `make doc` doc: doc-kext diff --git a/doc/clean b/doc/clean deleted file mode 100755 index b312721..0000000 --- a/doc/clean +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -rm -f *.{aux,lab,log,dvi,ps,pdf,bbl,ilg,ind,idx,out,html,tex,pnr,txt,blg,toc,six,brf} -