Commit bb4d445eb58dc2628c0625a5adb4a8379a0b17ae
1 parent
639a52d9
Exists in
master
and in
3 other branches
Corrigindo montagem de versão.
Showing
2 changed files
with
10 additions
and
5 deletions
Show diff stats
Makefile.in
@@ -239,7 +239,7 @@ $(SRCDIR): \ | @@ -239,7 +239,7 @@ $(SRCDIR): \ | ||
239 | clean | 239 | clean |
240 | 240 | ||
241 | @$(MKDIR) $@ | 241 | @$(MKDIR) $@ |
242 | - @$(INSTALL_DATA) *.c *.h *.in *.cbp *.xad *.sh $@ | 242 | + @$(INSTALL_DATA) *.c *.h *.in *.cbp *.xad $@ |
243 | 243 | ||
244 | 244 | ||
245 | #---[ Clean Targets]--------------------------------------------------------------------- | 245 | #---[ Clean Targets]--------------------------------------------------------------------- |
@@ -251,6 +251,10 @@ cleanDebug: | @@ -251,6 +251,10 @@ cleanDebug: | ||
251 | $(BINDBG)/$(LIBNAME).@PACKAGE_MAJOR_VERSION@ \ | 251 | $(BINDBG)/$(LIBNAME).@PACKAGE_MAJOR_VERSION@ \ |
252 | $(BINDBG)/$(LIBNAME).@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@ | 252 | $(BINDBG)/$(LIBNAME).@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@ |
253 | 253 | ||
254 | + @rm -f \ | ||
255 | + fallbacks.c \ | ||
256 | + version.c | ||
257 | + | ||
254 | cleanRelease: | 258 | cleanRelease: |
255 | 259 | ||
256 | @rm -fr $(OBJRLS) \ | 260 | @rm -fr $(OBJRLS) \ |
@@ -259,13 +263,13 @@ cleanRelease: | @@ -259,13 +263,13 @@ cleanRelease: | ||
259 | $(BINRLS)/$(LIBNAME).@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@ \ | 263 | $(BINRLS)/$(LIBNAME).@PACKAGE_MAJOR_VERSION@.@PACKAGE_MINOR_VERSION@ \ |
260 | $(POTDIR) | 264 | $(POTDIR) |
261 | 265 | ||
266 | + @rm -f \ | ||
267 | + fallbacks.c \ | ||
268 | + version.c | ||
262 | clean: \ | 269 | clean: \ |
263 | cleanDebug \ | 270 | cleanDebug \ |
264 | cleanRelease | 271 | cleanRelease |
265 | 272 | ||
266 | - @rm -f \ | ||
267 | - fallbacks.c \ | ||
268 | - version.c | ||
269 | 273 | ||
270 | 274 | ||
271 | 275 |
mkversion.sh.in
@@ -34,7 +34,8 @@ cd `dirname $0` | @@ -34,7 +34,8 @@ cd `dirname $0` | ||
34 | LANG="EN_us" | 34 | LANG="EN_us" |
35 | 35 | ||
36 | version="@PACKAGE_VERSION@" | 36 | version="@PACKAGE_VERSION@" |
37 | -revision="@PACKAGE_REVISION@" | 37 | +adversion="@PACKAGE_VERSION@" |
38 | +revision=$(date +"%Y%m%d") | ||
38 | builddate=`date` | 39 | builddate=`date` |
39 | sccsdate=`date +%Y/%m/%d` | 40 | sccsdate=`date +%Y/%m/%d` |
40 | user=${LOGNAME-$USER} | 41 | user=${LOGNAME-$USER} |