Zwischenstand
This commit is contained in:
@@ -1,14 +1,14 @@
|
|||||||
# init
|
# init
|
||||||
AC_INIT([README])
|
AC_INIT([README])
|
||||||
PACKAGENAME=libxml-cxx
|
|
||||||
SRC_DIR=src
|
SRC_DIR=src
|
||||||
TST_DIR=test
|
TST_DIR=test
|
||||||
DOC_DIR=doc
|
DOC_DIR=doc
|
||||||
|
|
||||||
|
m4_define(x_packagename, libxml-cxx)
|
||||||
m4_define(x_major, 0)
|
m4_define(x_major, 0)
|
||||||
m4_define(x_minor, 0)
|
m4_define(x_minor, 0)
|
||||||
m4_define(x_least, 0)
|
m4_define(x_least, 0)
|
||||||
AM_INIT_AUTOMAKE(@PACKAGENAME@, @MAJOR@.@MINOR@.@LEAST@, [marc@waeckerlin.org])
|
AM_INIT_AUTOMAKE(x_packagename, x_major.x_minor.x_least, [marc@waeckerlin.org])
|
||||||
|
|
||||||
# files to create
|
# files to create
|
||||||
AC_CONFIG_FILES(makefile
|
AC_CONFIG_FILES(makefile
|
||||||
@@ -16,6 +16,7 @@ AC_CONFIG_FILES(makefile
|
|||||||
doc/doxyfile doc/makefile)
|
doc/doxyfile doc/makefile)
|
||||||
|
|
||||||
# copy M4 to shell
|
# copy M4 to shell
|
||||||
|
PACKAGENAME=x_packagename
|
||||||
MAJOR=x_major
|
MAJOR=x_major
|
||||||
MINOR=x_minor
|
MINOR=x_minor
|
||||||
LEAST=x_least
|
LEAST=x_least
|
||||||
|
@@ -5,8 +5,8 @@
|
|||||||
## 1 2 3 4 5 6 7 8
|
## 1 2 3 4 5 6 7 8
|
||||||
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
|
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
|
||||||
|
|
||||||
#develdir = ${pkgdatadir}/doc/devel
|
develdir = ${pkgdatadir}/doc/
|
||||||
#devel_DATA = devel/index.html
|
devel_DATA = html/index.html
|
||||||
|
|
||||||
ALL_SRC = ${top_srcdir}/src/*.[ch]xx ${top_srcdir}/test/*.[ch]xx
|
ALL_SRC = ${top_srcdir}/src/*.[ch]xx ${top_srcdir}/test/*.[ch]xx
|
||||||
|
|
||||||
@@ -35,13 +35,13 @@ MAINTAINERCLEANFILES = makefile.in
|
|||||||
distclean-local:
|
distclean-local:
|
||||||
- rm -r html latex
|
- rm -r html latex
|
||||||
|
|
||||||
#dist-hook:
|
dist-hook:
|
||||||
# cp html/* ${develdir}
|
cp html/* ${develdir}
|
||||||
|
|
||||||
#install-data-hook:
|
install-data-hook:
|
||||||
# chmod -R u+w ${pkgdatadir}/doc
|
chmod -R u+w ${develdir}
|
||||||
# cp devel/* ${develdir}
|
cp html/* ${develdir}
|
||||||
|
|
||||||
#uninstall-hook:
|
uninstall-hook:
|
||||||
# chmod -R u+w ${pkgdatadir}/doc
|
chmod -R u+w ${develdir}
|
||||||
# rm -rf ${develdir}
|
rm -rf ${develdir}
|
||||||
|
Reference in New Issue
Block a user