Skip to content

Commit

Permalink
rerun autotools
Browse files Browse the repository at this point in the history
  • Loading branch information
svigerske committed May 1, 2024
1 parent 12b62eb commit 7a9c6ca
Show file tree
Hide file tree
Showing 7 changed files with 5,290 additions and 3,999 deletions.
14 changes: 7 additions & 7 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
DIST_COMMON = README $(am__configure_deps) \
$(srcdir)/BuildTools/Makemain.inc $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(top_srcdir)/configure \
$(top_srcdir)/doxydoc/doxygen.conf.in INSTALL compile \
config.guess config.sub depcomp install-sh ltmain.sh missing
DIST_COMMON = $(am__configure_deps) $(srcdir)/BuildTools/Makemain.inc \
$(srcdir)/Makefile.am $(srcdir)/Makefile.in \
$(top_srcdir)/configure $(top_srcdir)/doxydoc/doxygen.conf.in \
INSTALL compile config.guess config.sub depcomp install-sh \
ltmain.sh missing
@HAVE_EXTERNALS_TRUE@am__append_1 = Dependencies
@HAVE_EXTERNALS_TRUE@am__append_2 = .Dependencies-stamp
subdir = .
Expand Down Expand Up @@ -261,7 +261,7 @@ SUBDIRS = $(subdirs)
# Files that are generated and should be cleaned with make distclean
DISTCLEANFILES = coin_subdirs.txt $(am__append_2) \
$(VPATH_DISTCLEANFILES)
DocFiles = README AUTHORS LICENSE
DocFiles = README README.md AUTHORS AUTHORS.md LICENSE LICENSE.md
DocInstallDir = $(datadir)/coin/doc/$(PACKAGE_NAME)
COIN_HAS_DOXYGEN = @COIN_HAS_DOXYGEN_TRUE@TRUE
COIN_HAS_LATEX = @COIN_HAS_LATEX_TRUE@TRUE
Expand Down Expand Up @@ -828,7 +828,7 @@ uninstall-all-doxygen-docs:
fi ; \
done ;

install-doc: $(DocFiles)
install-doc:
test -z "$(DocInstallDir)" || $(mkdir_p) "$(DESTDIR)$(DocInstallDir)"
for file in $(DocFiles); do \
if test -f "$$file"; then dir=; else dir="$(srcdir)/"; fi; \
Expand Down
Loading

0 comments on commit 7a9c6ca

Please sign in to comment.