From 96280edc8fda9cc591bc0833398e576bf680931d Mon Sep 17 00:00:00 2001 From: Christopher Davis Date: Mon, 26 Jun 2006 04:20:50 +0000 Subject: working on new provision for constants and changed sig2code script git-svn-id: http://svn.irssi.org/repos/irssi-python@4292 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9cb3d0f..1d004eb 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,10 @@ pyobjects.a: $(CC) -c $< $(CFLAGS) signalmap: - python sig2code.py < ~/irssi-0.8.10/docs/signals.txt > pysigmap.h + awk -f sig2code.awk ~/irssi-0.8.10/docs/signals.txt > pysigmap.h + +constants: + awk -f constants.awk constants.txt > pyconstants.h clean: rm -f *.o *.so -- cgit