提交 ea3e85e1 编写于 作者: S Steven G. Johnson

fix missing README, remove darcs cruft

上级 20180031
...@@ -44,6 +44,7 @@ configure ...@@ -44,6 +44,7 @@ configure
config.* config.*
autom4te.cache autom4te.cache
INSTALL INSTALL
README
aclocal.m4 aclocal.m4
depcomp depcomp
missing missing
......
Generated automatically by 'make darcs-dist' See https://github.com/stevengj/nlopt for a detailed version history.
...@@ -28,10 +28,9 @@ endif ...@@ -28,10 +28,9 @@ endif
pkgconfigdir = $(libdir)/pkgconfig pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = nlopt.pc pkgconfig_DATA = nlopt.pc
# Somewhat hackish. The "right" way to do this is by a dist-hook target, if MAINTAINER_MODE
# but then darcs check will fail because it doesn't run in the darcs
# repository. README: README.md
darcs-dist: distdir cp -f README.md $@
darcs changes --summary > $(distdir)/ChangeLog
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz endif
$(am__remove_distdir)
...@@ -16,6 +16,8 @@ done ...@@ -16,6 +16,8 @@ done
touch swig/nlopt.scm.in touch swig/nlopt.scm.in
cp README.md README
# paranoia: sometimes autoconf doesn't get things right the first time # paranoia: sometimes autoconf doesn't get things right the first time
autoreconf --verbose --install --symlink --force autoreconf --verbose --install --symlink --force
autoreconf --verbose --install --symlink --force autoreconf --verbose --install --symlink --force
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册