From 453345f2a9f3be35c81d84628ee649da32b4cb13 Mon Sep 17 00:00:00 2001 From: rlar Date: Sun, 20 Jun 2010 10:43:50 +0000 Subject: [PATCH] ng-spice-manual is a package now --- ChangeLog | 9 +++++++++ Makefile.am | 6 +++--- configure.in | 1 - manual/Makefile.am | 11 ----------- 4 files changed, 12 insertions(+), 15 deletions(-) delete mode 100644 manual/Makefile.am diff --git a/ChangeLog b/ChangeLog index 981a24866..0e0e5be4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2010-06-20 Robert Larice + * Makefile.am, configure.in, manual/Makefile.am: + undo the manual inclusion, see "2010-06-13 Robert Larice" + the manual is now a package of its own, + cvs checkout ngspice/ng-spice-manual + cd ng-spice-manual ; ./configure + make dist # for the tar ball, that is manual source plus pdf manual + make install # to install the pdf + 2010-06-20 Holger Vogt * AUTHORS, INSTALL, COPYING, README: update to version 21 diff --git a/Makefile.am b/Makefile.am index ee5874dfa..45cec6cf8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +1,13 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = @XGRAPHDIR@ src man tests manual -DIST_SUBDIRS = @XGRAPHDIR@ src man tests manual +SUBDIRS = @XGRAPHDIR@ src man tests +DIST_SUBDIRS = @XGRAPHDIR@ src man tests EXTRA_DIST = FAQ autogen.sh Stuarts_Poly_Notes \ ANALYSES BUGS AUTHORS ChangeLog \ DEVICES NEWS README README.tcl \ README.adms contrib \ - examples visualc @NOTXGRAPH@ + examples visualc manual @NOTXGRAPH@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ config.h.in config.sub configure install-sh \ diff --git a/configure.in b/configure.in index 636d820f0..cc60e004d 100644 --- a/configure.in +++ b/configure.in @@ -1022,7 +1022,6 @@ dnl Output Files dnl ------------ AC_CONFIG_FILES([Makefile - manual/Makefile man/Makefile man/man1/Makefile src/Makefile diff --git a/manual/Makefile.am b/manual/Makefile.am deleted file mode 100644 index f9638b14c..000000000 --- a/manual/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -## 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 $@