Move stuff to top-level
This makes it easier to use with "git subtree".
This commit is contained in:
parent
259086de84
commit
55c9a40613
10 changed files with 0 additions and 0 deletions
10
templates.mk
Normal file
10
templates.mk
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
# Create the file $(1) from $(1).in by running config.status (which
|
||||
# substitutes all ‘@var@’ variables set by the configure script).
|
||||
define instantiate-template =
|
||||
|
||||
clean_files += $(1)
|
||||
|
||||
endef
|
||||
|
||||
%: %.in
|
||||
$(QUIET) ./config.status --quiet --file $@
|
||||
Loading…
Add table
Add a link
Reference in a new issue