Changeset 5a61c29
- Timestamp:
- Dec 1, 2004, 3:11:16 AM (20 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
- Children:
- aa3c8b7
- Parents:
- 9cba1eb
- Files:
-
- 2 added
- 2 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile.am
r9cba1eb r5a61c29 36 36 cp aubio.css examples 37 37 38 man: 39 docbook-to-man aubionotes.sgml > aubionotes.1 40 docbook-to-man aubioonset.sgml > aubioonset.1 41 38 42 # Update docs for distribution 39 43 #dist-hook: 40 44 41 45 clean: 42 rm -rf devel user examples 46 rm -rf devel user examples *.1 -
python/aubio/Makefile.am
r9cba1eb r5a61c29 8 8 rm -f *.pyc 9 9 10 distclean: clean -
python/aubio/Makefile.in
r9cba1eb r5a61c29 334 334 clean: 335 335 rm -f *.pyc 336 337 distclean: clean 336 338 # Tell versions [3.59,3.63) of GNU make to not export all variables. 337 339 # Otherwise a system limit (for SysV at least) may be exceeded.
Note: See TracChangeset
for help on using the changeset viewer.