Add Makefile to distribution
Oops. Kind of hard to re-run `make' without the Makefile (you could have run ./configure to create it, though). * Makefile.am: Add 'Makefile' to EXTRA_DIST.master
parent
eb307e49fe
commit
4ecaa37853
|
@ -26,7 +26,7 @@ nsindex=$(addsuffix /index.js, $(namespaces))
|
|||
|
||||
SUBDIRS = doc
|
||||
EXTRA_DIST = $(path_src) package.json index.js $(path_src)/version.js \
|
||||
tools autogen.sh README.md
|
||||
Makefile tools autogen.sh README.md
|
||||
|
||||
.PHONY: FORCE todo
|
||||
|
||||
|
|
Loading…
Reference in New Issue