mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 13:57:32 +02:00
fix `make dist'
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Process this file with automake
|
||||
|
||||
EXTRA_DIST = README examples icm xspice.c
|
||||
EXTRA_DIST = README examples icm xspice.c .gitignore
|
||||
|
||||
## This is removed because icm relies upon the existance of all other
|
||||
## libs. It is currently compiled manually, last.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
BUILT_SOURCES = ifs_lex.c ifs_yacc.c ifs_yacc.h mod_lex.c mod_yacc.c mod_yacc.h
|
||||
|
||||
EXTRA_DIST = ifs_lex.l mod_lex.l ifs_yacc.h mod_yacc.h
|
||||
EXTRA_DIST = ifs_lex.l mod_lex.l ifs_yacc.h mod_yacc.h .gitignore
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
|
||||
|
||||
Reference in New Issue
Block a user