Fix 'make dist' again
The autotools pattern rules can be off-putting...
This commit is contained in:
		| @ -41,7 +41,7 @@ endif | ||||
| %.props: $(top_builddir)/win32/vs10/Makefile | ||||
| 	if test -e $(top_srcdir)/win32/vs10/$@; then \ | ||||
| 		sed 's/<VSVer>10<\/VSVer>/<VSVer>$(MSVC_VER)<\/VSVer>/g' < $(top_srcdir)/win32/vs10/$@ > $(top_builddir)/win32/vs$(MSVC_VER)/$@; \ | ||||
| 	else \ | ||||
| 	elif test -e $(top_builddir)/win32/vs10/$@; then \ | ||||
| 		sed 's/<VSVer>10<\/VSVer>/<VSVer>$(MSVC_VER)<\/VSVer>/g' < $(top_builddir)/win32/vs10/$@ > $(top_builddir)/win32/vs$(MSVC_VER)/$@; \ | ||||
| 	fi | ||||
|  | ||||
|  | ||||
| @ -1,7 +1,6 @@ | ||||
| include $(top_srcdir)/Makefile.decl | ||||
|  | ||||
| EXTRA_DIST +=	\ | ||||
| 	Directory.Build.props	\ | ||||
| EXTRA_DIST_COPIED =	\ | ||||
| 	README.txt	\ | ||||
| 	gtk+.sln	\ | ||||
| 	gtk3-prebuild.vcxproj	\ | ||||
| @ -41,7 +40,8 @@ EXTRA_DIST +=	\ | ||||
| 	gtk3-install.props	\ | ||||
| 	gtk3-version-paths.props | ||||
|  | ||||
| DISTCLEANFILES = $(EXTRA_DIST) | ||||
| DISTCLEANFILES = $(EXTRA_DIST_COPIED) | ||||
| EXTRA_DIST += $(EXTRA_DIST_COPIED) Directory.Build.props | ||||
|  | ||||
| MSVC_VER = 15 | ||||
| MSVC_VER_LONG = 15 | ||||
| @ -51,5 +51,6 @@ MSVC_FORMAT_VER = 12 | ||||
| include $(top_srcdir)/win32/Makefile-newvs.am | ||||
|  | ||||
| Directory.Build.props: | ||||
| 	@true | ||||
|  | ||||
| -include $(top_srcdir)/git.mk | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Chun-wei Fan
					Chun-wei Fan