minor touch-ups

This commit is contained in:
Brandon Invergo 2013-05-19 15:45:36 +02:00
parent a09f66adac
commit d45673c024

View File

@ -101,9 +101,12 @@ endif
# triple-check it so that you don't remove something you shouldn't! # triple-check it so that you don't remove something you shouldn't!
# Be sure to remove any extra files you install, such as binaries or documentation! # Be sure to remove any extra files you install, such as binaries or documentation!
# uninstall: # uninstall:
# rm -rvf $(pkgpythondir) # case $(prefix) in
# rm -v $(pythondir)/$(PACKAGE_DISTNAME)-*.egg-info # /usr|/usr/local )
# exit 1 ;;
# /www/*|/srv/* )
# rm -rvf $(prefix) ;;
# esac
# Just use the usual setup.py clean command # Just use the usual setup.py clean command
clean: clean:
@ -132,7 +135,7 @@ check:
# setup.py might complain if a directory doesn't exist so just in case, make the directory # setup.py might complain if a directory doesn't exist so just in case, make the directory
# here # here
installdirs: installdirs:
$(MKDIR_P) $(DESTDIR)$(pkgpythondir) $(MKDIR_P) $(DESTDIR)$(prefix)
# Set up PostgreSQL # Set up PostgreSQL
postgresql: postgresql: