Browse Source

* src/spicelib/devices/README: Moved to src/spicelib/README.


			
			
				pre-master-46
			
			
		
arno 26 years ago
parent
commit
d902e99d6d
  1. 5
      src/spicelib/ChangeLog
  2. 2
      src/spicelib/Makefile.am
  3. 0
      src/spicelib/README
  4. 2
      src/spicelib/devices/Makefile.am

5
src/spicelib/ChangeLog

@ -1,5 +1,10 @@
2000-07-25 Arno W. Peters <A.W.Peters@ieee.org>
* src/spicelib/devices/README: Moved to src/spicelib/README.
* src/spicelib/Makefile.am, src/spicelib/devices/Makefile.am:
Files affected by the move.
* src/spicelib/devices/parser/*: Moved all files to
src/spicelib/parser.

2
src/spicelib/Makefile.am

@ -1,5 +1,7 @@
# Process this file with automake
EXTRA_DIST = README
SUBDIRS = analysis parser devices
MAINTAINERCLEANFILES = Makefile.in

0
src/spicelib/devices/README → src/spicelib/README

2
src/spicelib/devices/Makefile.am

@ -46,8 +46,6 @@ libdev_a_SOURCES = \
cktfinddev.c \
cktinit.c
EXTRA_DIST = README
INCLUDES = -I$(top_srcdir)/src/include
MAINTAINERCLEANFILES = Makefile.in
Loading…
Cancel
Save