mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-19 15:30:29 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3010 e7d03fd6-7b0d-0410-9947-9c21f3af8025
8 lines
214 B
Makefile
8 lines
214 B
Makefile
PYVER := 2.4
|
|
PYTHON := python$(PYVER)
|
|
OPTS := --copyright="Copyright (C) 2005-2006 Bastian Kleineidam" \
|
|
--license=py_gpl_head.txt --threads
|
|
|
|
glade:
|
|
$(PYTHON) simple-glade-codegen.py $(OPTS) glinkchecker.glade
|
|
|