Przeglądaj źródła

* Fix BSDmakefile not being included in distribution package

Bryan Drewery 14 lat temu
rodzic
commit
4ff699561e
2 zmienionych plików z 3 dodań i 1 usunięć
  1. 1 1
      Makefile.in
  2. 2 0
      doc/UPDATES

+ 1 - 1
Makefile.in

@@ -15,7 +15,7 @@ BINEXEC = wraith@EXEEXT@
 STATICMAKEFILES = lib/Makefile src/mod/Makefile src/crypto/Makefile src/compat/Makefile src/Makefile Makefile
 STATICMAKEFILES = lib/Makefile src/mod/Makefile src/crypto/Makefile src/compat/Makefile src/Makefile Makefile
 CONFIGFILES = config.cache config.log config.status config.h src/buildinfo.h
 CONFIGFILES = config.cache config.log config.status config.h src/buildinfo.h
 
 
-DISTROFILES = README LICENSE config.h.in autotools doc scripts lib Makefile.in build.sh configure src
+DISTROFILES = README LICENSE config.h.in autotools doc scripts lib Makefile.in build.sh configure src BSDmakefile
 EXCLUDES = $(CONFIGFILES) $(STATICMAKEFILES)
 EXCLUDES = $(CONFIGFILES) $(STATICMAKEFILES)
 
 
 COMMIT_FULL 	:= $(shell git log -1 --pretty=format:%H HEAD)
 COMMIT_FULL 	:= $(shell git log -1 --pretty=format:%H HEAD)

+ 2 - 0
doc/UPDATES

@@ -1,3 +1,5 @@
+* Fix BSDmakefile not being included in distribution package
+
 1.3.2 - http://wraith.botpack.net/milestone/1.3.2
 1.3.2 - http://wraith.botpack.net/milestone/1.3.2
   * Misc bug fixes
   * Misc bug fixes
   * 'make' on BSD will now redirect to gmake.
   * 'make' on BSD will now redirect to gmake.