6ad01adbb9
new config.guess/config.sub files (!), but a) the code is smart enough to know this, and b) when they become available again, the Right Things will happen. Also, I left the example code in there how to add man pages to the relevant Makefile's on the thought that we'll need it when we eventually get around to making man pages (assumedly through doxygen). This commit was SVN r985.
14 строки
196 B
Makefile
14 строки
196 B
Makefile
# -*- makefile -*-
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
include $(top_srcdir)/config/Makefile.options
|
|
|
|
SUBDIRS = config include src
|
|
|
|
EXTRA_DIST = README INSTALL VERSION Doxyfile
|
|
|
|
dist-hook:
|
|
csh config/distscript.csh
|