Browse Source

[5266] Added *.sh from *.sh.in to distclean

Francis Dupont 7 years ago
parent
commit
9d766cf2ff
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/share/database/scripts/pgsql/Makefile.am

+ 4 - 0
src/share/database/scripts/pgsql/Makefile.am

@@ -7,4 +7,8 @@ sqlscripts_DATA += upgrade_1.0_to_2.0.sh
 sqlscripts_DATA += upgrade_2.0_to_3.0.sh
 sqlscripts_DATA += upgrade_3.0_to_3.1.sh
 
+DISTCLEANFILES = upgrade_1.0_to_2.0.sh
+DISTCLEANFILES += upgrade_2.0_to_3.0.sh
+DISTCLEANFILES += upgrade_3.0_to_3.1.s
+
 EXTRA_DIST = ${sqlscripts_DATA}