X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/blobdiff_plain/a367b7232061805a82fb6aa4cd0af768b8e8c10e..553a0296a5df508f36f9332170ba5037a7d2bf8e:/GNUmakefile diff --git a/GNUmakefile b/GNUmakefile index 3f2c9be..4eaaf04 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -SRC := $(filter-out $(wildcard meta_*), $(wildcard *.m4 fsf-internship/*.m4)) +SRC := $(filter-out $(wildcard meta_*), $(wildcard *.m4)) OUTPUTS := $(patsubst %.m4,out/%.html, $(SRC)) STATIC := $(patsubst static/%,out/%, $(filter-out static/GNUmakefile, $(wildcard static/* static/.*)))