Commit 9d07905b authored by Seblu's avatar Seblu
Browse files

Ensure __init__.py is created by calling make

parent ff3be75d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,8 @@ EXTRA_DIST = __init__.py.in

archversion_PYTHON =  __init__.py config.py version.py database.py error.py pacman.py

all-local: __init__.py

do_substitution = sed -e 's,[@]pythondir[@],$(pythondir),g' \
	-e 's,[@]PACKAGE[@],$(PACKAGE),g' \
	-e 's,[@]VERSION[@],$(VERSION),g'