X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginsh%2FMakefile.am;h=d72090656453394373c9037c9f8fce349db91d50;hp=4317977891acf5558ca5cb6e84edf31e6fae5062;hb=1c81dc730eed3316fb9bac9790a08d08c08388c4;hpb=65fabdb6c6b2d17f0999604415d0b4321eba39a7 diff --git a/ginsh/Makefile.am b/ginsh/Makefile.am index 43179778..d7209065 100644 --- a/ginsh/Makefile.am +++ b/ginsh/Makefile.am @@ -9,13 +9,14 @@ YFLAGS = -d man_MANS = ginsh.1 +CLEANFILES = ginsh_fcn_help.h ginsh_op_help.h EXTRA_DIST = ginsh_parser.h ginsh_fcn_help.sed ginsh_op_help.sed # files created by sed scripts -$(srcdir)/ginsh_fcn_help.c: ginsh.1 $(srcdir)/ginsh_fcn_help.sed +ginsh_fcn_help.h: ginsh.1 $(srcdir)/ginsh_fcn_help.sed sed -n -f $(srcdir)/ginsh_fcn_help.sed <$< >$@ -$(srcdir)/ginsh_op_help.c: ginsh.1 $(srcdir)/ginsh_op_help.sed +ginsh_op_help.h: ginsh.1 $(srcdir)/ginsh_op_help.sed sed -n -f $(srcdir)/ginsh_op_help.sed <$< >$@ -ginsh_parser.o: $(srcdir)/ginsh_fcn_help.c $(srcdir)/ginsh_op_help.c +ginsh_parser.o: ginsh_fcn_help.h ginsh_op_help.h