* HACKING (Maintenance Notes): Adjust to moved files. Add the
compile script.
* Makefile.maint (fetch): Also fetch the compile script.
Signed-off-by: Peter Rosin <peda@lysator.liu.se>
+2010-09-12 Peter Rosin <peda@lysator.liu.se>
+
+ Adjust to moved auxiliary files and add compile.
+ * HACKING (Maintenance Notes): Adjust to moved files. Add the
+ compile script.
+ * Makefile.maint (fetch): Also fetch the compile script.
+
2010-09-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
tests: avoid empty AT_DATA contents, for zsh.
files should never be edited here. These files are:
COPYING
INSTALL
- config/
+ doc/
+ + fdl.texi
+ libltdl/
+ + COPYING.LIB
+ libltdl/config/
+ + compile
+ config.guess
+ config.sub
+ depcomp
+ mdate-sh
+ missing
+ texinfo.tex
- doc/
- + fdl.texi
- libltdl/
- + COPYING.LIB
The ones that are important for a release can be udated with,
`make -fMakefile.maint fetch' (or `make -f../Makefile.maint fetch'
if you are running from a VPATH build directory, where `../' is the
## FIXME should be a lot more here
FETCHFILES = \
./INSTALL \
+$(auxdir)/compile \
$(auxdir)/install-sh \
$(auxdir)/config.guess \
$(auxdir)/config.sub \
## If a get fails then that is a problem.
(cd Fetchdir && \
$(WGET_GIT)'gnulib.git;f=doc/INSTALL' -O INSTALL && \
+ $(WGET_GIT)'automake.git;f=lib/compile' -O compile && \
$(WGET_GIT)'automake.git;f=lib/install-sh' -O install-sh && \
$(WGET_CGIT)/config.guess -O config.guess && \
$(WGET_CGIT)/config.sub -O config.sub && \