diff options
| author | Christopher Davis <loafier@gmail.com> | 2006-06-26 04:20:50 +0000 |
|---|---|---|
| committer | Christopher Davis <loafier@gmail.com> | 2006-06-26 04:20:50 +0000 |
| commit | 96280edc8fda9cc591bc0833398e576bf680931d (patch) | |
| tree | 53dad5721b3fa530a7a69b0169fe4d5d0b614a3e /Makefile | |
| parent | 3b04cf6a1210f97d8144ee1ba646186aca4912ef (diff) | |
| download | irssi-python-96280edc8fda9cc591bc0833398e576bf680931d.tar.gz irssi-python-96280edc8fda9cc591bc0833398e576bf680931d.tar.xz irssi-python-96280edc8fda9cc591bc0833398e576bf680931d.zip | |
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
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |
