Skip to content

Commit

Permalink
Makefile:install extra docs
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Sep 6, 2018
1 parent d2c4dbe commit c1a23b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SUBDIRS = src
packextrasdir=@docdir@
EXTRA_DIST = COPYING README
EXTRA_DIST = COPYING README QuickStart example_minicom.sh xc-sends-mail
packextras_DATA=$(EXTRA_DIST)

PACKAGE = @PACKAGE@
Expand Down
6 changes: 3 additions & 3 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,8 @@ ETAGS = etags
CTAGS = ctags
CSCOPE = cscope
DIST_SUBDIRS = $(SUBDIRS)
am__DIST_COMMON = $(srcdir)/Makefile.in COPYING README TODO compile \
depcomp install-sh missing
am__DIST_COMMON = $(srcdir)/Makefile.in COPYING README compile depcomp \
install-sh missing
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
top_distdir = $(distdir)
Expand Down Expand Up @@ -319,7 +319,7 @@ top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
SUBDIRS = src
packextrasdir = @docdir@
EXTRA_DIST = COPYING README
EXTRA_DIST = COPYING README QuickStart example_minicom.sh xc-sends-mail
packextras_DATA = $(EXTRA_DIST)
ACLOCAL_AMFLAGS = --install -I m4
AUTOMAKE_OPTIONS = subdir-objects foreign no-dependencies
Expand Down

0 comments on commit c1a23b7

Please sign in to comment.