diff options
author | Rob Austein <sra@hactrn.net> | 2011-01-24 22:44:45 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-01-24 22:44:45 +0000 |
commit | 497515bec9064e7d45275d6b4cbc1d442ef4a037 (patch) | |
tree | 3afdfad90f883d91acd932a97a137b62cdf9a50e | |
parent | 78000ffbd1e5bc27a94320d1572b108880a45fc6 (diff) |
Add missing deinstall and test targets
svn path=/portal-gui/Makefile.in; revision=3651
-rw-r--r-- | portal-gui/Makefile.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/portal-gui/Makefile.in b/portal-gui/Makefile.in index c91b29df..9a4a2626 100644 --- a/portal-gui/Makefile.in +++ b/portal-gui/Makefile.in @@ -95,8 +95,11 @@ install-data: $(BUILD) install-apache install-templates install-scripts install: install-data install-perms -uninstall: +deinstall uninstall: rm -r $(INSTDIR) rm $(sbindir)/rpkigui-load-csv rm $(sbindir)/rpkigui-add-user rm $(libexecdir)/rpkigui-list-resources + +test: + @true |