Skip to content

Commit

Permalink
Merge pull request #58 from mbrukman/fix-build-stale-files
Browse files Browse the repository at this point in the history
Fix build: remove references to doc/index.html
  • Loading branch information
mbrukman authored Mar 5, 2019
2 parents d837fd2 + f3b98f9 commit d340e1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
## This is for HTML and other documentation you want to install.
## Add your documentation files (in doc/) in addition to these
## top-level boilerplate files. Also add a TODO file if you have one.
dist_doc_DATA = AUTHORS LICENSE.txt ChangeLog INSTALL NEWS README doc/index.html \
dist_doc_DATA = AUTHORS LICENSE.txt ChangeLog INSTALL NEWS README \
windows/makefile

## The libraries (.so's) you want to install
Expand Down
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/src
googleincludedir = $(includedir)/google
googleinclude_HEADERS = src/google/cmockery.h
docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
dist_doc_DATA = AUTHORS LICENSE.txt ChangeLog INSTALL NEWS README.md doc/index.html
dist_doc_DATA = AUTHORS LICENSE.txt ChangeLog INSTALL NEWS README.md
lib_LTLIBRARIES = libcmockery.la
TESTS =
TESTS_ENVIRONMENT = CMOCKERY_ROOTDIR = $(top_srcdir)
Expand Down

0 comments on commit d340e1c

Please sign in to comment.