Skip to content

Commit 1a60bb7

Browse files
committed
Makefile.am: Distribute README.md
1 parent d637ca0 commit 1a60bb7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Makefile.am

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ dist_noinst_SCRIPTS = autogen.sh
3535

3636
include $(srcdir)/MSVC_NMake/filelist.am
3737

38-
dist_noinst_DATA = $(addprefix MSVC_NMake/,$(msvc_nmake_data)) CMakeLists.txt sigc++config.h.cmake cmake_uninstall.cmake.in
38+
dist_noinst_DATA = \
39+
$(addprefix MSVC_NMake/,$(msvc_nmake_data)) \
40+
CMakeLists.txt \
41+
sigc++config.h.cmake \
42+
cmake_uninstall.cmake.in \
43+
README.md
3944

4045
DISTCLEANFILES = MSVC_NMake/sigc++config.h
4146

0 commit comments

Comments
 (0)