Browse Source

include the pdf manual in the `dist' tar-ball

pre-master-46
rlar 16 years ago
parent
commit
da7067cbc8
  1. 7
      ChangeLog
  2. 6
      Makefile.am
  3. 1
      configure.in
  4. 11
      manual/Makefile.am

7
ChangeLog

@ -1,3 +1,10 @@
2010-06-13 Robert Larice
* Makefile.am, configure.in, manual/Makefile.am:
make dist, shall compile manual.pdf from the lyx manual
and include it in the 'dist' tar ball
It is required to have checked out the CVS ng-spice-manuals module
side by side with the CVS ng-spice-rework module
2010-06-13 Holger Vogt 2010-06-13 Holger Vogt
* NEWS updated * NEWS updated

6
Makefile.am

@ -1,13 +1,13 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
SUBDIRS = @XGRAPHDIR@ src man tests
DIST_SUBDIRS = @XGRAPHDIR@ src man tests
SUBDIRS = @XGRAPHDIR@ src man tests manual
DIST_SUBDIRS = @XGRAPHDIR@ src man tests manual
EXTRA_DIST = FAQ autogen.sh Stuarts_Poly_Notes \ EXTRA_DIST = FAQ autogen.sh Stuarts_Poly_Notes \
ANALYSES BUGS AUTHORS ChangeLog \ ANALYSES BUGS AUTHORS ChangeLog \
DEVICES NEWS README README.tcl \ DEVICES NEWS README README.tcl \
README.adms contrib \ README.adms contrib \
examples visualc manual @NOTXGRAPH@
examples visualc @NOTXGRAPH@
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
config.h.in config.sub configure install-sh \ config.h.in config.sub configure install-sh \

1
configure.in

@ -1022,6 +1022,7 @@ dnl Output Files
dnl ------------ dnl ------------
AC_CONFIG_FILES([Makefile AC_CONFIG_FILES([Makefile
manual/Makefile
man/Makefile man/Makefile
man/man1/Makefile man/man1/Makefile
src/Makefile src/Makefile

11
manual/Makefile.am

@ -0,0 +1,11 @@
## Process this file with automake to produce Makefile.in
dist_doc_DATA = manual.pdf
DISTCLEANFILES = manual.pdf
MAINTAINERCLEANFILES = $(DISTCLEANFILES) Makefile.in
manual.pdf :
make -C $(top_srcdir)/../ng-spice-manuals manual.pdf
cp $(top_srcdir)/../ng-spice-manuals/manual.pdf $@
Loading…
Cancel
Save