Changeset 1113 in svn
- Timestamp:
- May 16, 2013, 4:04:33 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r1101 r1113 1297 1297 @echo ">> Building $(DISTTAR)" 1298 1298 @mkdir -p $(DISTDIR) 1299 @cp -a CREDITS README VERSION Makefile configure classes converters display doc examples external modules readers $(DISTDIR)1299 @cp -a CREDITS README VERSION Makefile configure classes converters display doc examples external modules python readers $(DISTDIR) 1300 1300 @find $(DISTDIR) -depth -name .\* -exec rm -rf {} \; 1301 1301 @tar -czf $(DISTTAR) $(DISTDIR) -
trunk/doc/genMakefile.tcl
r1101 r1113 293 293 @echo ">> Building $(DISTTAR)" 294 294 @mkdir -p $(DISTDIR) 295 @cp -a CREDITS README VERSION Makefile configure classes converters display doc examples external modules readers $(DISTDIR)295 @cp -a CREDITS README VERSION Makefile configure classes converters display doc examples external modules python readers $(DISTDIR) 296 296 @find $(DISTDIR) -depth -name .\* -exec rm -rf {} \; 297 297 @tar -czf $(DISTTAR) $(DISTDIR)
Note:
See TracChangeset
for help on using the changeset viewer.