Changeset 496685d for confclerk.pro
- Timestamp:
- 06/24/11 17:15:05 (12 years ago)
- Branches:
- master, qt5
- Children:
- 5c7119d
- Parents:
- 663fafd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
confclerk.pro
r663fafd r496685d 13 13 VERSION = 0.5.0 14 14 15 QMAKE_ CLEAN += src/bin/*.a15 QMAKE_DISTCLEAN += src/bin/*.a 16 16 QMAKE_EXTRA_TARGETS += tarball icon changelog release 17 17 … … 31 31 $(DEL_FILE) -r $${TARGET}-$${VERSION} ; \ 32 32 $(MKDIR) $${TARGET}-$${VERSION} ; \ 33 $(COPY_DIR) --parents * $${TARGET}-$${VERSION}/ ; \ 33 $(COPY_DIR) * $${TARGET}-$${VERSION}/ ; \ 34 $(DEL_FILE) $${TARGET}-$${VERSION}/*.pro.user \ 35 $${TARGET}-$${VERSION}/$${TARGET}-$${VERSION}.tar.gz \ 36 $(DEL_FILE) -r $${TARGET}-$${VERSION}/$${TARGET}-$${VERSION} \ 37 $${TARGET}-$${VERSION}/Makefile ; \ 34 38 tar -cz --exclude=.svn -f $$tarball.target $${TARGET}-$${VERSION} ; \ 35 39 $(DEL_FILE) -r $${TARGET}-$${VERSION} 36 tarball.depends = changelog icon 40 tarball.depends = changelog icon distclean
Note: See TracChangeset
for help on using the changeset viewer.