Skip to content

Commit

Permalink
Explicit extension of setup files
Browse files Browse the repository at this point in the history
  • Loading branch information
joaocosta committed Feb 19, 2016
1 parent af6f94e commit 111555b
Show file tree
Hide file tree
Showing 19 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.am
Expand Up @@ -26,10 +26,10 @@ mrproper:
rm -rf config.guess config.h.* config.status configure missing config.sub ltmain.sh depcomp aclocal.m4 install.sh config.log compile Makefile.in doc/html *.loT mkinstalldirs install-sh *~

installdb:
cat setup/*up | $(MYSQL)
cat setup/*_up* | $(MYSQL)

uninstalldb:
cat setup/*down | $(MYSQL)
cat setup/*_down* | $(MYSQL)

dist-hook:
find $(distdir) -name .svn -o -name .DS_Store -o -name .cdtproject -o -name .project -o -name .settings -o *~ | xargs --no-run-if-empty rm -rf
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 111555b

Please sign in to comment.